Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dhci.h487 #define LMP_HOST_SC 0x08 macro
Dhci_core.h1420 #define lmp_host_sc_capable(dev) ((dev)->features[1][0] & LMP_HOST_SC)
/Linux-v5.15/net/bluetooth/
Dhci_event.c574 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
576 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
4369 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()