Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h485 #define LMP_HOST_SC 0x08 macro
Dhci_core.h1362 #define lmp_host_sc_capable(dev) ((dev)->features[1][0] & LMP_HOST_SC)
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c549 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
551 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
4278 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()