Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h643 #define HCI_LE_PHY_CODED 0x08 macro
H A Dhci_core.h2008 #define le_coded_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_CODED) && \
/linux/net/bluetooth/
H A Dhci_event.c6719 if (!(conn->le_features[1] & HCI_LE_PHY_CODED)) { in hci_le_remote_feat_complete_evt()
7392 if (!(conn->le_features[1] & HCI_LE_PHY_CODED)) { in hci_le_read_all_remote_features_evt()
H A Dmgmt.c723 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()