Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h634 #define MGMT_PHY_LE_2M_RX 0x00001000 macro
644 MGMT_PHY_LE_2M_TX | MGMT_PHY_LE_2M_RX | \
648 #define MGMT_PHY_LE_RX_MASK (MGMT_PHY_LE_1M_RX | MGMT_PHY_LE_2M_RX | \
/Linux-v4.19/net/bluetooth/
Dmgmt.c660 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
723 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
3521 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_phy_configuration()