Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h649 #define MGMT_PHY_LE_1M_TX BIT(9) macro
661 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \
664 #define MGMT_PHY_LE_TX_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_2M_TX | \
/openbmc/linux/net/bluetooth/
H A Dmgmt.c722 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
781 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
805 ~MGMT_PHY_LE_1M_TX & ~MGMT_PHY_LE_1M_RX); in get_configurable_phys()
3999 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_default_phy_sync()