Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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()
4040 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_default_phy_sync()