Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c3874 if (!lmp_ext_feat_capable(hdev)) in hci_read_local_ext_features_sync()
4041 if (lmp_ext_feat_capable(hdev)) in hci_set_event_mask_sync()
4165 if (!lmp_ext_feat_capable(hdev)) in hci_read_local_ext_features_all_sync()
H A Dhci_event.c3700 if (!ev->status && lmp_ext_feat_capable(hdev) && in hci_remote_features_evt()
3701 lmp_ext_feat_capable(conn)) { in hci_remote_features_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1784 #define lmp_ext_feat_capable(dev) ((dev)->features[0][7] & LMP_EXTFEATURES) macro