Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dmgmt.h649 #define MGMT_PHY_LE_CODED_TX 0x00002000 macro
659 MGMT_PHY_LE_CODED_TX | MGMT_PHY_LE_CODED_RX)
661 MGMT_PHY_LE_CODED_TX)
/linux-6.1.9/net/bluetooth/
Dmgmt.c743 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
805 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
4031 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_default_phy_sync()