Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
Dmgmt.h633 #define MGMT_PHY_BR_1M_5SLOT 0x00000004 macro
648 MGMT_PHY_BR_1M_5SLOT | MGMT_PHY_EDR_2M_1SLOT | \
/Linux-v5.10/net/bluetooth/
Dmgmt.c659 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
711 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
3507 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()