Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h628 #define MGMT_PHY_EDR_3M_1SLOT 0x00000040 macro
641 MGMT_PHY_EDR_3M_1SLOT | MGMT_PHY_EDR_3M_3SLOT | \
/Linux-v4.19/net/bluetooth/
Dmgmt.c643 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
699 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
3460 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()