Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
Dmgmt.h635 #define MGMT_PHY_EDR_2M_3SLOT 0x00000010 macro
649 MGMT_PHY_EDR_2M_3SLOT | MGMT_PHY_EDR_2M_5SLOT | \
/Linux-v5.10/net/bluetooth/
Dmgmt.c665 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
719 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
3517 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()