Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1177 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1178 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
Dhci.h1547 #define HCI_LE_SET_PHY_2M 0x02 macro
/Linux-v4.19/net/bluetooth/
Dmgmt.c719 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
722 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
3513 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3522 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()