Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1842 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1843 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
H A Dhci.h1823 #define HCI_LE_SET_PHY_2M 0x02 macro
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c2839 if (conn->le_tx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
2842 if (conn->le_rx_phy & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
H A Dmgmt.c786 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
789 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
4014 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4023 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
H A Dhci_sync.c4741 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4742 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()