Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c647 hdev->features[1][0] |= LMP_HOST_SSP; in hci_cc_write_ssp_mode()
649 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
4995 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
4997 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
5639 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
/linux/include/net/bluetooth/
H A Dhci.h629 #define LMP_HOST_SSP 0x01 macro