Home
last modified time | relevance | path

Searched refs:LMP_HOST_SC (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c551 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
553 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
4293 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h485 #define LMP_HOST_SC 0x08 macro
H A Dhci_core.h1366 #define lmp_host_sc_capable(dev) ((dev)->features[1][0] & LMP_HOST_SC)
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h581 #define LMP_HOST_SC 0x08 macro
H A Dhci_core.h1831 #define lmp_host_sc_capable(dev) ((dev)->features[1][0] & LMP_HOST_SC)
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c2971 hdev->features[1][0] |= LMP_HOST_SC; in hci_write_sc_support_sync()
2974 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_write_sc_support_sync()
H A Dhci_event.c681 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
683 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()

Completed in 45 milliseconds