LMP_HOST_SSP
#define lmp_host_ssp_capable(dev) ((dev)->features[1][0] & LMP_HOST_SSP)
ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP);
if (ev->features[0] & LMP_HOST_SSP) {
ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP);
hdev->features[1][0] |= LMP_HOST_SSP;
hdev->features[1][0] &= ~LMP_HOST_SSP;