Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h636 #define MGMT_PHY_LE_CODED_RX 0x00004000 macro
645 MGMT_PHY_LE_CODED_TX | MGMT_PHY_LE_CODED_RX)
649 MGMT_PHY_LE_CODED_RX)
/Linux-v4.19/net/bluetooth/
Dmgmt.c665 supported_phys |= MGMT_PHY_LE_CODED_RX; in get_supported_phys()
729 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
3524 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_phy_configuration()