Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_CODED (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1180 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
1181 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
Dhci.h1548 #define HCI_LE_SET_PHY_CODED 0x04 macro
/Linux-v4.19/net/bluetooth/
Dmgmt.c725 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
728 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_CODED) in get_selected_phys()
3516 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
3525 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()