Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h653 #define MGMT_PHY_LE_CODED_TX BIT(13) macro
663 MGMT_PHY_LE_CODED_TX | MGMT_PHY_LE_CODED_RX)
665 MGMT_PHY_LE_CODED_TX)
/openbmc/linux/net/bluetooth/
H A Dmgmt.c731 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
793 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
4016 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_default_phy_sync()