Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dmgmt.h662 #define MGMT_PHY_LE_MASK (MGMT_PHY_LE_1M_TX | MGMT_PHY_LE_1M_RX | \ macro
/linux-6.15/net/bluetooth/
H A Dmgmt.c4200 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()
4201 (get_selected_phys(hdev) & MGMT_PHY_LE_MASK)) { in set_phy_configuration()