Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dmgmt.h654 #define MGMT_PHY_LE_CODED_RX BIT(14) macro
663 MGMT_PHY_LE_CODED_TX | MGMT_PHY_LE_CODED_RX)
667 MGMT_PHY_LE_CODED_RX)
/Linux-v6.6/net/bluetooth/
Dmgmt.c744 supported_phys |= MGMT_PHY_LE_CODED_RX; in get_supported_phys()
808 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
4053 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_default_phy_sync()