Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/bluetooth/
Dhci_core.h1206 #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
1207 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_CODED))
Dhci.h1595 #define HCI_LE_SET_PHY_CODED 0x04 macro
/Linux-v5.4/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()
3511 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
3520 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()