Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dmgmt.h650 #define MGMT_PHY_LE_CODED_RX 0x00004000 macro
659 MGMT_PHY_LE_CODED_TX | MGMT_PHY_LE_CODED_RX)
663 MGMT_PHY_LE_CODED_RX)
/Linux-v5.15/net/bluetooth/
Dmgmt.c701 supported_phys |= MGMT_PHY_LE_CODED_RX; in get_supported_phys()
765 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
3599 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_phy_configuration()