Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h652 #define MGMT_PHY_LE_2M_RX BIT(12) macro
662 MGMT_PHY_LE_2M_TX | MGMT_PHY_LE_2M_RX | \
666 #define MGMT_PHY_LE_RX_MASK (MGMT_PHY_LE_1M_RX | MGMT_PHY_LE_2M_RX | \
/openbmc/linux/net/bluetooth/
H A Dmgmt.c727 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
790 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
4022 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_default_phy_sync()