Home
last modified time | relevance | path

Searched refs:LMP_HOST_SSP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c519 hdev->features[1][0] |= LMP_HOST_SSP; in hci_cc_write_ssp_mode()
521 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
4277 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
4279 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
4900 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c648 hdev->features[1][0] |= LMP_HOST_SSP; in hci_cc_write_ssp_mode()
650 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
4984 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
4986 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
5620 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h482 #define LMP_HOST_SSP 0x01 macro
H A Dhci_core.h1365 #define lmp_host_ssp_capable(dev) ((dev)->features[1][0] & LMP_HOST_SSP)
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h578 #define LMP_HOST_SSP 0x01 macro
H A Dhci_core.h1830 #define lmp_host_ssp_capable(dev) ((dev)->features[1][0] & LMP_HOST_SSP)

Completed in 39 milliseconds