Home
last modified time | relevance | path

Searched refs:HCI_LE_SET_PHY_1M (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1174 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1175 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
Dhci.h1546 #define HCI_LE_SET_PHY_1M 0x01 macro
/Linux-v4.19/net/bluetooth/
Dhci_core.c3087 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
3088 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
Dmgmt.c713 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
716 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
3510 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3519 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()