Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h627 #define MGMT_PHY_EDR_2M_5SLOT 0x00000020 macro
640 MGMT_PHY_EDR_2M_3SLOT | MGMT_PHY_EDR_2M_5SLOT | \
/Linux-v4.19/net/bluetooth/
Dmgmt.c640 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
695 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
3455 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()