• Home
  • Raw
  • Download

Lines Matching refs:features

515 			hdev->features[1][0] |= LMP_HOST_SSP;  in hci_cc_write_ssp_mode()
517 hdev->features[1][0] &= ~LMP_HOST_SSP; in hci_cc_write_ssp_mode()
547 hdev->features[1][0] |= LMP_HOST_SC; in hci_cc_write_sc_support()
549 hdev->features[1][0] &= ~LMP_HOST_SC; in hci_cc_write_sc_support()
606 memcpy(hdev->features, rp->features, 8); in hci_cc_read_local_features()
611 if (hdev->features[0][0] & LMP_3SLOT) in hci_cc_read_local_features()
614 if (hdev->features[0][0] & LMP_5SLOT) in hci_cc_read_local_features()
617 if (hdev->features[0][1] & LMP_HV2) { in hci_cc_read_local_features()
622 if (hdev->features[0][1] & LMP_HV3) { in hci_cc_read_local_features()
630 if (hdev->features[0][4] & LMP_EV4) in hci_cc_read_local_features()
633 if (hdev->features[0][4] & LMP_EV5) in hci_cc_read_local_features()
636 if (hdev->features[0][5] & LMP_EDR_ESCO_2M) in hci_cc_read_local_features()
639 if (hdev->features[0][5] & LMP_EDR_ESCO_3M) in hci_cc_read_local_features()
642 if (hdev->features[0][5] & LMP_EDR_3S_ESCO) in hci_cc_read_local_features()
660 memcpy(hdev->features[rp->page], rp->features, 8); in hci_cc_read_local_ext_features()
944 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
1360 hdev->features[1][0] |= LMP_HOST_LE; in hci_cc_write_le_host_supported()
1363 hdev->features[1][0] &= ~LMP_HOST_LE; in hci_cc_write_le_host_supported()
1369 hdev->features[1][0] |= LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
1371 hdev->features[1][0] &= ~LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
2705 memcpy(conn->features[0], ev->features, 8); in hci_remote_features_evt()
3670 memcpy(conn->features[ev->page], ev->features, 8); in hci_remote_ext_features_evt()
3677 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
3679 if (ev->features[0] & LMP_HOST_SSP) { in hci_remote_ext_features_evt()
3693 if (ev->features[0] & LMP_HOST_SC) in hci_remote_ext_features_evt()
4257 memcpy(conn->features[1], ev->features, 8); in hci_remote_host_features_evt()
4261 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()
4977 memcpy(conn->features[0], ev->features, 8); in hci_le_remote_feat_complete_evt()