Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dhci_event.c543 hdev->features[1][0] |= LMP_HOST_SSP; in hci_cc_write_ssp_mode()
545 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
4401 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
4403 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
5015 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
/linux/include/net/bluetooth/
A Dhci.h486 #define LMP_HOST_SSP 0x01 macro
A Dhci_core.h1441 #define lmp_host_ssp_capable(dev) ((dev)->features[1][0] & LMP_HOST_SSP)

Completed in 34 milliseconds