Home
last modified time | relevance | path

Searched refs:HCI_LE_PHY_2M (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci.h645 #define HCI_LE_PHY_2M 0x01 macro
H A Dhci_core.h1981 #define le_2m_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_2M))
/linux/net/bluetooth/
H A Dhci_event.c6657 if (!(conn->le_features[1] & HCI_LE_PHY_2M)) { in hci_le_remote_feat_complete_evt()
7307 if (!(conn->le_features[1] & HCI_LE_PHY_2M)) { in hci_le_read_all_remote_features_evt()
H A Dmgmt.c725 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()