Home
last modified time | relevance | path

Searched refs:ARRAY_TO_STREAM (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/Nfc/libnfc-nci/src/nfc/tags/
Dce_t3t.cc172 ARRAY_TO_STREAM(p_dst, p_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_send_rsp()
385 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd()
471 ARRAY_TO_STREAM( in ce_t3t_handle_check_cmd()
477 ARRAY_TO_STREAM( in ce_t3t_handle_check_cmd()
552 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
555 ARRAY_TO_STREAM(p_dst, p_cb->local_pmm, NCI_T3T_PMM_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
571 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
582 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd()
976 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in CE_T3tSendCheckRsp()
984 ARRAY_TO_STREAM(p_dst, p_block_data, (num_blocks * T3T_MSG_BLOCKSIZE)); in CE_T3tSendCheckRsp()
Drw_t3t.cc694 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_update_ndef_attribute_cmd()
827 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_update_cmd()
878 ARRAY_TO_STREAM(p, p_cur_ndef_src_offset, (ndef_blocks_to_write * 16)); in rw_t3t_send_next_ndef_update_cmd()
884 ARRAY_TO_STREAM(p, p_cur_ndef_src_offset, (int)(16 - ndef_padding)); in rw_t3t_send_next_ndef_update_cmd()
965 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_check_cmd()
1040 ARRAY_TO_STREAM((*p), p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_message_set_block_list()
1162 ARRAY_TO_STREAM(p, p_data, num_blocks * 16); in rw_t3t_send_update_cmd()
1200 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_check_mc_block()
1255 ARRAY_TO_STREAM(p, p_data, len); in rw_t3t_send_raw_frame()
1777 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_handle_ndef_detect_poll_rsp()
[all …]
Drw_t1t.cc341 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_static_cmd()
401 ARRAY_TO_STREAM(p, p_dat, 8); in rw_t1t_send_dyn_cmd()
406 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_dyn_cmd()
Drw_i93.cc797 ARRAY_TO_STREAM(p, p_uid, I93_UID_BYTE_LEN); /* UID */ in rw_i93_send_cmd_stay_quiet()
970 ARRAY_TO_STREAM(p, p_data, rw_cb.tcb.i93.block_size); in rw_i93_send_cmd_write_single_block()
1219 ARRAY_TO_STREAM(p, p_data, number_blocks * rw_cb.tcb.i93.block_size); in rw_i93_send_cmd_write_multi_blocks()
1268 ARRAY_TO_STREAM(p, p_uid, I93_UID_BYTE_LEN); /* UID */ in rw_i93_send_cmd_select()
/packages/modules/Bluetooth/system/bta/has/
Dhas_preset.cc59 ARRAY_TO_STREAM(pp, name_.c_str(), (int)name_.size()); in ToCharacteristicValue()
79 ARRAY_TO_STREAM(p_out, name_.c_str(), (int)name_.size()); in Serialize()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc519 ARRAY_TO_STREAM(p, p_cb->confirm, OCTET16_LEN); in smp_build_confirm_cmd()
542 ARRAY_TO_STREAM(p, p_cb->rand, OCTET16_LEN); in smp_build_rand_cmd()
565 ARRAY_TO_STREAM(p, p_cb->ltk, OCTET16_LEN); in smp_build_encrypt_info_cmd()
589 ARRAY_TO_STREAM(p, p_cb->enc_rand, BT_OCTET8_LEN); in smp_build_central_id_cmd()
615 ARRAY_TO_STREAM(p, irk.data(), OCTET16_LEN); in smp_build_identity_info_cmd()
662 ARRAY_TO_STREAM(p, p_cb->csrk, OCTET16_LEN); in smp_build_signing_info_cmd()
738 ARRAY_TO_STREAM(p, p_publ_key, 2 * BT_OCTET32_LEN); in smp_build_pair_public_key_cmd()
761 ARRAY_TO_STREAM(p, p_cb->commitment, OCTET16_LEN); in smp_build_pairing_commitment_cmd()
785 ARRAY_TO_STREAM(p, p_cb->dhkey_check, OCTET16_LEN); in smp_build_pair_dhkey_check_cmd()
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc260 ARRAY_TO_STREAM(p, service.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
272 ARRAY_TO_STREAM(p, is.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
285 ARRAY_TO_STREAM(p, c.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in Hash()
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc169 ARRAY_TO_STREAM(pp, p_data, data_len); in btsnd_hcic_ble_set_adv_data()
263 ARRAY_TO_STREAM(pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
265 ARRAY_TO_STREAM(pp, ltk.data(), HCIC_BLE_ENCRYPT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
281 ARRAY_TO_STREAM(pp, ltk.data(), HCIC_BLE_ENCRYPT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
540 ARRAY_TO_STREAM(pp, buf_ptr, 16); in btsnd_hcic_create_big()
579 ARRAY_TO_STREAM(pp, codec_conf.data(), static_cast<int>(codec_conf.size())); in btsnd_hcic_setup_iso_data_path()
Dhcicmds.cc926 ARRAY_TO_STREAM(pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
1588 ARRAY_TO_STREAM(pp, vendor_config.data(), size); in btsnd_hcic_configure_data_path()
/packages/modules/Nfc/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.cc80 ARRAY_TO_STREAM(pp, p_param_tlvs, tlv_size); in nci_snd_tlv_parameter_generic_cmd()
177 ARRAY_TO_STREAM(pp, param_ids, num_ids); in nci_snd_core_get_config()
225 ARRAY_TO_STREAM(pp, p_param_tlvs, tlv_size); in nci_snd_core_set_config()
263 ARRAY_TO_STREAM(pp, p_param_tlvs, tlv_size); in nci_snd_core_conn_create()
779 ARRAY_TO_STREAM(pp, p_param_tlvs, tlv_size); in nci_snd_set_routing_cmd()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_types.cc84 ARRAY_TO_STREAM(p_value, config.vendor_codec_specific_params->data(), in EmitCodecConfiguration()
119 ARRAY_TO_STREAM(p_value, vec.data(), name_len); in EmitBroadcastName()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.cc335 ARRAY_TO_STREAM(msg, conf.codec_config.data(), static_cast<int>(conf.codec_config.size())); in PrepareAseCtpCodecConfig()
419 ARRAY_TO_STREAM(msg, conf.metadata.data(), static_cast<int>(conf.metadata.size())); in PrepareAseCtpEnable()
524 ARRAY_TO_STREAM(msg, conf.metadata.data(), static_cast<int>(conf.metadata.size())); in PrepareAseCtpUpdateMetadata()
Dstorage_helper.cc124 ARRAY_TO_STREAM(ptr, pac.codec_spec_caps_raw.data(), in serializePacs()
133 ARRAY_TO_STREAM(ptr, raw_metadata.data(), (int)raw_metadata.size()); in serializePacs()
Dle_audio_types.h745 ARRAY_TO_STREAM(ptr, value.data(), (int)value.size()); in Add()
752 ARRAY_TO_STREAM(ptr, value.c_str(), (int)value.size()); in Add()
Dle_audio_types.cc365 ARRAY_TO_STREAM(p_buf, value.second.data(), static_cast<int>(value.second.size())); in RawPacket()
/packages/modules/Nfc/libnfc-nci/src/include/
Dnfc_types.h71 #define ARRAY_TO_STREAM(p, a, len) \ macro
/packages/modules/Nfc/libnfc-nci/src/nfa/dm/
Dnfa_dm_discover.cc500 ARRAY_TO_STREAM(p, p_cfg->la_nfcid1, p_cfg->la_nfcid1_len); in nfa_dm_set_rf_listen_mode_raw_config()
519 ARRAY_TO_STREAM(p, p_cfg->lb_nfcid0, p_cfg->lb_nfcid0_len); in nfa_dm_set_rf_listen_mode_raw_config()
523 ARRAY_TO_STREAM(p, p_cfg->lb_app_data, NCI_PARAM_LEN_LB_APPDATA); in nfa_dm_set_rf_listen_mode_raw_config()
566 ARRAY_TO_STREAM(p, p_cfg->lf_t3t_identifier[xx], in nfa_dm_set_rf_listen_mode_raw_config()
573 ARRAY_TO_STREAM(p, p_cfg->lf_t3t_pmm, NCI_PARAM_LEN_LF_T3T_PMM); in nfa_dm_set_rf_listen_mode_raw_config()
597 ARRAY_TO_STREAM(p, p_cfg->la_hist_bytes, p_cfg->la_hist_bytes_len); in nfa_dm_set_rf_listen_mode_raw_config()
603 ARRAY_TO_STREAM(p, p_cfg->lb_h_info_resp, p_cfg->lb_h_info_resp_len); in nfa_dm_set_rf_listen_mode_raw_config()
/packages/modules/Bluetooth/system/stack/include/
Dbt_types.h129 #define ARRAY_TO_STREAM(p, a, len) \ macro
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc67 ARRAY_TO_STREAM(p, p_attr->value, p_attr->len); in gatt_sign_data()
Dgatt_sr.cc235 ARRAY_TO_STREAM(p, p_rsp->attr_value.value, (uint16_t)len); in build_read_multi_rsp()
667 ARRAY_TO_STREAM(p, attr.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_find_info_rsp()
670 ARRAY_TO_STREAM(p, attr.uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_find_info_rsp()
Datt_protocol.cc340 ARRAY_TO_STREAM(p, p_data, len); in attp_build_value_cmd()
Dgatt_db.cc210 ARRAY_TO_STREAM(p, val_attr->uuid.To128BitLE(), (int)Uuid::kNumBytes128); in read_attr_value()
Dgatt_utils.cc586 ARRAY_TO_STREAM(p, uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_uuid_to_stream()
589 ARRAY_TO_STREAM(p, uuid.To128BitLE(), (int)Uuid::kNumBytes128); in gatt_build_uuid_to_stream()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc534 ARRAY_TO_STREAM(p, p_dev_rec->sec_rec.ble_keys.irk, OCTET16_LEN); in btm_ble_ble_unsupported_resolving_list_load_dev()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc162 ARRAY_TO_STREAM(p, p_dev_name, p_value->len); in read_attr_value()

12