Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dhci.h583 #define LMP_HOST_SC 0x08 macro
Dhci_core.h1830 #define lmp_host_sc_capable(dev) ((dev)->features[1][0] & LMP_HOST_SC)
/linux-6.6.21/net/bluetooth/
Dhci_event.c683 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
685 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
5000 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()
Dhci_sync.c2965 hdev->features[1][0] |= LMP_HOST_SC; in hci_write_sc_support_sync()
2968 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_write_sc_support_sync()