Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c1869 if (conn->le_tx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
1872 if (conn->le_rx_phy & HCI_LE_SET_PHY_1M) in hci_conn_get_phy()
Dmgmt.c744 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
747 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) in get_selected_phys()
3580 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3589 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
Dhci_core.c3639 hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
3640 hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; in hci_alloc_dev()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h1371 #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
1372 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M))
Dhci.h1678 #define HCI_LE_SET_PHY_1M 0x01 macro