Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dmgmt.h641 #define MGMT_PHY_LE_1M_RX 0x00000400 macro
652 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \
657 #define MGMT_PHY_LE_RX_MASK (MGMT_PHY_LE_1M_RX | MGMT_PHY_LE_2M_RX | \
/kernel/linux/linux-5.10/net/bluetooth/
Dmgmt.c687 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()
748 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
769 ~MGMT_PHY_LE_1M_TX & ~MGMT_PHY_LE_1M_RX); in get_configurable_phys()
3588 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_phy_configuration()