Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_event.c495 hdev->features[1][0] |= LMP_HOST_SSP; in hci_cc_write_ssp_mode()
497 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
3697 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
3699 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
4257 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h369 #define LMP_HOST_SSP 0x01 macro
Dhci_core.h1051 #define lmp_host_ssp_capable(dev) ((dev)->features[1][0] & LMP_HOST_SSP)