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.c3067 if (conn->le_tx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
3070 if (conn->le_rx_def_phys & HCI_LE_SET_PHY_2M) in hci_conn_get_phy()
3147 *tx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy()
3150 *rx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy()
H A Dhci_event.c6715 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()
6716 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_remote_feat_complete_evt()
6960 return HCI_LE_SET_PHY_2M; in le_phy_qos()
7388 conn->le_tx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()
7389 conn->le_rx_def_phys &= ~HCI_LE_SET_PHY_2M; in hci_le_read_all_remote_features_evt()
H A Dmgmt.c783 if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
786 if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_2M) in get_selected_phys()
4285 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4294 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
H A Dhci_sync.c5120 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
5121 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h2005 #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
2006 ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_2M))
H A Dhci.h1892 #define HCI_LE_SET_PHY_2M 0x02 macro