Lines Matching refs:features
495 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()
527 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
529 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
586 memcpy(hdev->features, rp->features, 8); in hci_cc_read_local_features()
591 if (hdev->features[0][0] & LMP_3SLOT) in hci_cc_read_local_features()
594 if (hdev->features[0][0] & LMP_5SLOT) in hci_cc_read_local_features()
597 if (hdev->features[0][1] & LMP_HV2) { in hci_cc_read_local_features()
602 if (hdev->features[0][1] & LMP_HV3) { in hci_cc_read_local_features()
610 if (hdev->features[0][4] & LMP_EV4) in hci_cc_read_local_features()
613 if (hdev->features[0][4] & LMP_EV5) in hci_cc_read_local_features()
616 if (hdev->features[0][5] & LMP_EDR_ESCO_2M) in hci_cc_read_local_features()
619 if (hdev->features[0][5] & LMP_EDR_ESCO_3M) in hci_cc_read_local_features()
622 if (hdev->features[0][5] & LMP_EDR_3S_ESCO) in hci_cc_read_local_features()
640 memcpy(hdev->features[rp->page], rp->features, 8); in hci_cc_read_local_ext_features()
964 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
1377 hdev->features[1][0] |= LMP_HOST_LE; in hci_cc_write_le_host_supported()
1380 hdev->features[1][0] &= ~LMP_HOST_LE; in hci_cc_write_le_host_supported()
1386 hdev->features[1][0] |= LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
1388 hdev->features[1][0] &= ~LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
2716 memcpy(conn->features[0], ev->features, 8); in hci_remote_features_evt()
3690 memcpy(conn->features[ev->page], ev->features, 8); in hci_remote_ext_features_evt()
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()
3713 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()
4253 memcpy(conn->features[1], ev->features, 8); in hci_remote_host_features_evt()
4257 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
4899 memcpy(conn->features[0], ev->features, 8); in hci_le_remote_feat_complete_evt()