Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/bluetooth/
Dhci_core.h1668 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1669 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
Dhci.h1836 #define HCI_LE_SET_PHY_2M 0x02 macro
/Linux-v6.1/net/bluetooth/
Dhci_conn.c2752 if (conn->le_tx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
2755 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
Dmgmt.c798 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
801 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
4029 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4038 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()