Lines Matching refs:features
500 hdev->features[1][0] |= LMP_HOST_SSP; in hci_cc_write_ssp_mode()
502 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
532 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
534 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
591 memcpy(hdev->features, rp->features, 8); in hci_cc_read_local_features()
596 if (hdev->features[0][0] & LMP_3SLOT) in hci_cc_read_local_features()
599 if (hdev->features[0][0] & LMP_5SLOT) in hci_cc_read_local_features()
602 if (hdev->features[0][1] & LMP_HV2) { in hci_cc_read_local_features()
607 if (hdev->features[0][1] & LMP_HV3) { in hci_cc_read_local_features()
615 if (hdev->features[0][4] & LMP_EV4) in hci_cc_read_local_features()
618 if (hdev->features[0][4] & LMP_EV5) in hci_cc_read_local_features()
621 if (hdev->features[0][5] & LMP_EDR_ESCO_2M) in hci_cc_read_local_features()
624 if (hdev->features[0][5] & LMP_EDR_ESCO_3M) in hci_cc_read_local_features()
627 if (hdev->features[0][5] & LMP_EDR_3S_ESCO) in hci_cc_read_local_features()
645 memcpy(hdev->features[rp->page], rp->features, 8); in hci_cc_read_local_ext_features()
929 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
1342 hdev->features[1][0] |= LMP_HOST_LE; in hci_cc_write_le_host_supported()
1345 hdev->features[1][0] &= ~LMP_HOST_LE; in hci_cc_write_le_host_supported()
1351 hdev->features[1][0] |= LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
1353 hdev->features[1][0] &= ~LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
2713 memcpy(conn->features[0], ev->features, 8); in hci_remote_features_evt()
3671 memcpy(conn->features[ev->page], ev->features, 8); in hci_remote_ext_features_evt()
3678 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
3680 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
3694 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()
4242 memcpy(conn->features[1], ev->features, 8); in hci_remote_host_features_evt()
4246 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
4934 memcpy(conn->features[0], ev->features, 8); in hci_le_remote_feat_complete_evt()