Searched refs:HCI_LE_SET_PHY_2M (Results 1 – 6 of 6) sorted by relevance
2950 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()
6665 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()
786 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()
4885 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()
1983 #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))
1893 #define HCI_LE_SET_PHY_2M 0x021885 #define HCI_LE_SET_PHY_2M global() macro