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.cc535 STREAM_TO_ARRAY(evt_data.set_config.param_ids, p, in nfc_ncif_set_config_status()
696 STREAM_TO_ARRAY(p_pa->sens_res, p, 2); in nfc_ncif_decode_rf_params()
700 STREAM_TO_ARRAY(p_pa->nfcid1, p, p_pa->nfcid1_len); in nfc_ncif_decode_rf_params()
725 STREAM_TO_ARRAY(p_pb->sensb_res, p, p_pb->sensb_res_len); in nfc_ncif_decode_rf_params()
742 STREAM_TO_ARRAY(p_pf->sensf_res, p, p_pf->sensf_res_len); in nfc_ncif_decode_rf_params()
752 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN); in nfc_ncif_decode_rf_params()
758 STREAM_TO_ARRAY(p_i93->uid, p, NFC_ISO15693_UID_LEN); in nfc_ncif_decode_rf_params()
766 STREAM_TO_ARRAY(p_param->param.pk.uid, p, p_param->param.pk.uid_len); in nfc_ncif_decode_rf_params()
773 STREAM_TO_ARRAY(acm_p->atr_res, p, acm_p->atr_res_len); in nfc_ncif_decode_rf_params()
795 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.cc620 STREAM_TO_ARRAY(p_cb->rconfirm.data(), p, OCTET16_LEN); in smp_proc_confirm()
641 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_init()
661 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_rand()
684 STREAM_TO_ARRAY(p_cb->peer_publ_key.x, p, BT_OCTET32_LEN); in smp_process_pairing_public_key()
685 STREAM_TO_ARRAY(p_cb->peer_publ_key.y, p, BT_OCTET32_LEN); in smp_process_pairing_public_key()
723 STREAM_TO_ARRAY(p_cb->remote_commitment.data(), p, OCTET16_LEN); in smp_process_pairing_commitment()
744 STREAM_TO_ARRAY(p_cb->remote_dhkey_check.data(), p, OCTET16_LEN); in smp_process_dhkey_check()
945 STREAM_TO_ARRAY(p_cb->ltk.data(), p, OCTET16_LEN); in smp_proc_enc_info()
967 STREAM_TO_ARRAY(le_key.penc_key.rand, p, BT_OCTET8_LEN); in smp_proc_master_id()
995 STREAM_TO_ARRAY(p_cb->tk.data(), p, 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()
673 STREAM_TO_ARRAY(cmd_nfcid2, p, NCI_RF_F_UID_LEN); in ce_t3t_data_cback()
Drw_t1t.cc467 STREAM_TO_ARRAY(p_t1t->hr, p_rid_rsp, T1T_HR_LEN); in rw_t1t_handle_rid_rsp()
476 STREAM_TO_ARRAY(p_t1t->mem, p_rid_rsp, T1T_CMD_UID_LEN); in rw_t1t_handle_rid_rsp()
Drw_i93.cc1839 STREAM_TO_ARRAY(cc, p, RW_I93_CC_SIZE); in rw_i93_sm_detect_ndef()
/system/nfc/src/nfc/nci/
Dnci_hrcv.cc431 STREAM_TO_ARRAY(p_tlv->info, pp, p_tlv->len); in nci_proc_ee_management_ntf()
/system/bt/stack/include/
Dbt_types.h401 #define STREAM_TO_ARRAY(a, p, len) \ macro
/system/bt/stack/btm/
Dbtm_acl.cc1028 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[0], p, in btm_read_remote_features_complete()
1111 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], p, in btm_read_remote_ext_features_complete()
Dbtm_ble_gap.cc2280 STREAM_TO_ARRAY(btm_cb.acl_db[idx].peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
Dbtm_sec.cc2851 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.cc559 STREAM_TO_ARRAY(tag_params.t1t.hr, p_rid_rsp, T1T_HR_LEN); in nfa_rw_handle_t1t_evt()
561 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.cc1269 STREAM_TO_ARRAY(p_srvc->rpt_map, pp, len); in read_hid_report_map_cb()