Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dmgmt.h647 #define MGMT_PHY_LE_2M_TX 0x00000800 macro
658 MGMT_PHY_LE_2M_TX | MGMT_PHY_LE_2M_RX | \
660 #define MGMT_PHY_LE_TX_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_2M_TX | \
/linux-6.1.9/net/bluetooth/
Dmgmt.c738 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()
799 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
4028 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_default_phy_sync()