Searched refs:HCI_LE_SET_PHY_2M (Results 1 – 6 of 6) sorted by relevance
3067 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()
6715 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()
783 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()
5120 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()
2005 #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))
1892 #define HCI_LE_SET_PHY_2M 0x02 macro