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

/linux-master/include/net/bluetooth/
H A Dmgmt.h650 #define MGMT_PHY_LE_1M_RX BIT(10) macro
661 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \
666 #define MGMT_PHY_LE_RX_MASK (MGMT_PHY_LE_1M_RX | MGMT_PHY_LE_2M_RX | \
/linux-master/net/bluetooth/
H A Dmgmt.c735 supported_phys |= MGMT_PHY_LE_1M_RX;
796 selected_phys |= MGMT_PHY_LE_1M_RX;
817 ~MGMT_PHY_LE_1M_TX & ~MGMT_PHY_LE_1M_RX);
3999 if (selected_phys & MGMT_PHY_LE_1M_RX)

Completed in 196 milliseconds