Searched refs:MGMT_PHY_BR_1M_1SLOT (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/net/bluetooth/
H A Dmgmt.h640 #define MGMT_PHY_BR_1M_1SLOT BIT(0) macro
656 #define MGMT_PHY_BREDR_MASK (MGMT_PHY_BR_1M_1SLOT | MGMT_PHY_BR_1M_3SLOT | \
/linux-master/net/bluetooth/
H A Dmgmt.c704 supported_phys |= MGMT_PHY_BR_1M_1SLOT;
756 selected_phys |= MGMT_PHY_BR_1M_1SLOT;
816 return (get_supported_phys(hdev) & ~MGMT_PHY_BR_1M_1SLOT &

Completed in 121 milliseconds