Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/bluetooth/
Dmgmt.h642 #define MGMT_PHY_BR_1M_5SLOT BIT(2) macro
657 MGMT_PHY_BR_1M_5SLOT | MGMT_PHY_EDR_2M_1SLOT | \
/linux-6.14.4/net/bluetooth/
Dmgmt.c698 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
750 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
4154 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()