Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c2950 if (conn->le_tx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
2953 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
3030 *tx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy()
3033 *rx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy()
H A Dhci_event.c6665 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()
6666 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()
6910 return HCI_LE_SET_PHY_2M;
7315 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()
7316 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()
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()
4204 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4213 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
H A Dhci_sync.c4885 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4886 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h1983 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
1984 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
H A Dhci.h1893 #define HCI_LE_SET_PHY_2M 0x02
1885 #define HCI_LE_SET_PHY_2M global() macro