Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dmgmt.h647 #define MGMT_PHY_EDR_3M_3SLOT BIT(7) macro
659 MGMT_PHY_EDR_3M_1SLOT | MGMT_PHY_EDR_3M_3SLOT | \
/Linux-v6.6/net/bluetooth/
Dmgmt.c725 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
782 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
4141 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()