Home
last modified time | relevance | path

Searched refs:MGMT_PHY_EDR_2M_5SLOT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h645 #define MGMT_PHY_EDR_2M_5SLOT BIT(5) macro
658 MGMT_PHY_EDR_2M_3SLOT | MGMT_PHY_EDR_2M_5SLOT | \
/openbmc/linux/net/bluetooth/
H A Dmgmt.c707 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
762 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
4103 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()