Home
last modified time | relevance | path

Searched refs:STREAM_TO_ARRAY (Results 1 – 15 of 15) sorted by relevance

/system/bt/hci/src/
Dhci_packet_parser.cc105 STREAM_TO_ARRAY(supported_commands_ptr, stream, in parse_read_local_supported_commands_response()
123 STREAM_TO_ARRAY(feature_pages[*page_number_ptr].as_array, stream, in parse_read_local_extended_features_response()
157 STREAM_TO_ARRAY(supported_states, stream, (int)supported_states_size); in parse_ble_read_supported_states_response()
168 STREAM_TO_ARRAY(supported_features->as_array, stream, in parse_ble_read_local_supported_features_response()
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc490 STREAM_TO_ARRAY(evt_data.set_config.param_ids, p, in nfc_ncif_set_config_status()
650 STREAM_TO_ARRAY(p_pa->sens_res, p, 2); in nfc_ncif_decode_rf_params()
654 STREAM_TO_ARRAY(p_pa->nfcid1, p, p_pa->nfcid1_len); in nfc_ncif_decode_rf_params()
679 STREAM_TO_ARRAY(p_pb->sensb_res, p, p_pb->sensb_res_len); in nfc_ncif_decode_rf_params()
696 STREAM_TO_ARRAY(p_pf->sensf_res, p, p_pf->sensf_res_len); in nfc_ncif_decode_rf_params()
706 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN); in nfc_ncif_decode_rf_params()
712 STREAM_TO_ARRAY(p_i93->uid, p, NFC_ISO15693_UID_LEN); in nfc_ncif_decode_rf_params()
720 STREAM_TO_ARRAY(p_param->param.pk.uid, p, p_param->param.pk.uid_len); in nfc_ncif_decode_rf_params()
727 STREAM_TO_ARRAY(acm_p->atr_res, p, acm_p->atr_res_len); in nfc_ncif_decode_rf_params()
749 STREAM_TO_ARRAY(acm_p->atr_res, p, acm_p->atr_res_len); in nfc_ncif_decode_rf_params()
[all …]
Dnfc_main.cc291 STREAM_TO_ARRAY(evt_data.enable.nfcc_info, p, NFC_NFCC_INFO_LEN); in nfc_enabled()
/system/bt/stack/smp/
Dsmp_act.cc606 STREAM_TO_ARRAY(p_cb->rconfirm, p, BT_OCTET16_LEN); in smp_proc_confirm()
629 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_init()
649 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_rand()
672 STREAM_TO_ARRAY(p_cb->peer_publ_key.x, p, BT_OCTET32_LEN); in smp_process_pairing_public_key()
673 STREAM_TO_ARRAY(p_cb->peer_publ_key.y, p, BT_OCTET32_LEN); in smp_process_pairing_public_key()
711 STREAM_TO_ARRAY(p_cb->remote_commitment, p, BT_OCTET16_LEN); in smp_process_pairing_commitment()
732 STREAM_TO_ARRAY(p_cb->remote_dhkey_check, p, BT_OCTET16_LEN); in smp_process_dhkey_check()
919 STREAM_TO_ARRAY(p_cb->ltk, p, BT_OCTET16_LEN); in smp_proc_enc_info()
935 STREAM_TO_ARRAY(le_key.rand, p, BT_OCTET8_LEN); in smp_proc_master_id()
958 STREAM_TO_ARRAY(p_cb->tk, p, BT_OCTET16_LEN); /* reuse TK for IRK */ in smp_proc_id_info()
/system/nfc/src/include/
Dnfc_types.h99 #define STREAM_TO_ARRAY(a, p, len) \ macro
/system/nfc/src/nfc/tags/
Dce_t3t.cc308 STREAM_TO_ARRAY( in ce_t3t_handle_update_cmd()
667 STREAM_TO_ARRAY(cmd_nfcid2, p, NCI_RF_F_UID_LEN); in ce_t3t_data_cback()
Drw_t1t.cc466 STREAM_TO_ARRAY(p_t1t->hr, p_rid_rsp, T1T_HR_LEN); in rw_t1t_handle_rid_rsp()
475 STREAM_TO_ARRAY(p_t1t->mem, p_rid_rsp, T1T_CMD_UID_LEN); in rw_t1t_handle_rid_rsp()
Drw_i93.cc1672 STREAM_TO_ARRAY(cc, p, 4); in rw_i93_sm_detect_ndef()
/system/nfc/src/nfc/nci/
Dnci_hrcv.cc426 STREAM_TO_ARRAY(p_tlv->info, pp, p_tlv->len); in nci_proc_ee_management_ntf()
/system/bt/stack/include/
Dbt_types.h396 #define STREAM_TO_ARRAY(a, p, len) \ macro
/system/bt/stack/btm/
Dbtm_acl.cc1053 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[0], p, in btm_read_remote_features_complete()
1115 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], p, in btm_read_remote_ext_features_complete()
Dbtm_ble_gap.cc2455 STREAM_TO_ARRAY(btm_cb.acl_db[idx].peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
Dbtm_sec.cc3096 STREAM_TO_ARRAY(features, p, HCI_FEATURE_BYTES_PER_PAGE); in btm_sec_rmt_host_support_feat_evt()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc550 STREAM_TO_ARRAY(tag_params.t1t.hr, p_rid_rsp, T1T_HR_LEN); in nfa_rw_handle_t1t_evt()
552 STREAM_TO_ARRAY(tag_params.t1t.uid, p_rid_rsp, T1T_CMD_UID_LEN); in nfa_rw_handle_t1t_evt()
/system/bt/bta/hh/
Dbta_hh_le.cc1272 STREAM_TO_ARRAY(p_srvc->rpt_map, pp, len); in read_hid_report_map_cb()