Home
last modified time | relevance | path

Searched refs:lmp_ext_feat_capable (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dhci_sync.c3684 if (!lmp_ext_feat_capable(hdev)) in hci_read_local_ext_features_sync()
3854 if (lmp_ext_feat_capable(hdev)) in hci_set_event_mask_sync()
3978 if (!lmp_ext_feat_capable(hdev)) in hci_read_local_ext_features_all_sync()
Dhci_event.c3749 if (!ev->status && lmp_ext_feat_capable(hdev) && in hci_remote_features_evt()
3750 lmp_ext_feat_capable(conn)) { in hci_remote_features_evt()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h1813 #define lmp_ext_feat_capable(dev) ((dev)->features[0][7] & LMP_EXTFEATURES) macro