Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
Dmgmt.h640 #define MGMT_PHY_LE_1M_TX 0x00000200 macro
652 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \
655 #define MGMT_PHY_LE_TX_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_2M_TX | \
/Linux-v5.10/net/bluetooth/
Dmgmt.c683 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
742 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
766 ~MGMT_PHY_LE_1M_TX & ~MGMT_PHY_LE_1M_RX); in get_configurable_phys()
3576 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_phy_configuration()