Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h643 #define MGMT_PHY_EDR_2M_1SLOT BIT(3) macro
657 MGMT_PHY_BR_1M_5SLOT | MGMT_PHY_EDR_2M_1SLOT | \
/openbmc/linux/net/bluetooth/
H A Dmgmt.c701 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
754 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
4093 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()