LMP_HOST_SSP 1190 include/net/bluetooth/hci_core.h #define lmp_host_ssp_capable(dev) ((dev)->features[1][0] & LMP_HOST_SSP) LMP_HOST_SSP 501 net/bluetooth/hci_event.c hdev->features[1][0] |= LMP_HOST_SSP; LMP_HOST_SSP 503 net/bluetooth/hci_event.c hdev->features[1][0] &= ~LMP_HOST_SSP; LMP_HOST_SSP 4133 net/bluetooth/hci_event.c ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); LMP_HOST_SSP 4135 net/bluetooth/hci_event.c if (ev->features[0] & LMP_HOST_SSP) { LMP_HOST_SSP 4701 net/bluetooth/hci_event.c ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP);