Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/bluetooth/
Dmgmt.h646 #define MGMT_PHY_EDR_3M_1SLOT BIT(6) macro
659 MGMT_PHY_EDR_3M_1SLOT | MGMT_PHY_EDR_3M_3SLOT | \
/linux-6.12.1/net/bluetooth/
Dmgmt.c709 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
765 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
4104 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()