Home
last modified time | relevance | path

Searched refs:UINT8_TO_STREAM (Results 1 – 25 of 38) sorted by relevance

12

/system/bt/stack/hcic/
Dhcicmds.cc46 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_INQUIRY); in btsnd_hcic_inquiry()
49 UINT8_TO_STREAM(pp, duration); in btsnd_hcic_inquiry()
50 UINT8_TO_STREAM(pp, response_cnt); in btsnd_hcic_inquiry()
62 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_INQ_CANCEL); in btsnd_hcic_inq_cancel()
77 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_PER_INQ_MODE); in btsnd_hcic_per_inq_mode()
82 UINT8_TO_STREAM(pp, duration); in btsnd_hcic_per_inq_mode()
83 UINT8_TO_STREAM(pp, response_cnt); in btsnd_hcic_per_inq_mode()
95 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_EXIT_PER_INQ); in btsnd_hcic_exit_per_inq()
115 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_CREATE_CONN); in btsnd_hcic_create_conn()
117 UINT8_TO_STREAM(pp, (HCIC_PARAM_SIZE_CREATE_CONN - 1)); in btsnd_hcic_create_conn()
[all …]
Dhciblecmds.cc57 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_WRITE_RANDOM_ADDR_CMD); in btsnd_hcic_ble_set_random_addr()
76 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS); in btsnd_hcic_ble_write_adv_params()
80 UINT8_TO_STREAM(pp, adv_type); in btsnd_hcic_ble_write_adv_params()
81 UINT8_TO_STREAM(pp, addr_type_own); in btsnd_hcic_ble_write_adv_params()
82 UINT8_TO_STREAM(pp, addr_type_dir); in btsnd_hcic_ble_write_adv_params()
84 UINT8_TO_STREAM(pp, channel_map); in btsnd_hcic_ble_write_adv_params()
85 UINT8_TO_STREAM(pp, adv_filter_policy); in btsnd_hcic_ble_write_adv_params()
97 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_adv_chnl_tx_power()
110 UINT8_TO_STREAM(pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1); in btsnd_hcic_ble_set_adv_data()
118 UINT8_TO_STREAM(pp, data_len); in btsnd_hcic_ble_set_adv_data()
[all …]
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc127 UINT8_TO_STREAM(pp, BTM_BLE_MULTI_ADV_SET_PARAM); in SetParameters()
132 UINT8_TO_STREAM(pp, 0x00); // ADV_IND in SetParameters()
134 UINT8_TO_STREAM(pp, 0x02); // ADV_SCAN_IND in SetParameters()
136 UINT8_TO_STREAM(pp, 0x03); // ADV_NONCONN_IND in SetParameters()
144 UINT8_TO_STREAM(pp, own_address_type); in SetParameters()
146 UINT8_TO_STREAM(pp, peer_address_type); in SetParameters()
148 UINT8_TO_STREAM(pp, channel_map); in SetParameters()
149 UINT8_TO_STREAM(pp, filter_policy); in SetParameters()
150 UINT8_TO_STREAM(pp, handle); in SetParameters()
166 UINT8_TO_STREAM(pp, BTM_BLE_MULTI_ADV_WRITE_ADV_DATA); in SetAdvertisingData()
[all …]
Dbtm_ble_adv_filter.cc328 UINT8_TO_STREAM(p, BTM_BLE_META_PF_LOCAL_NAME); in BTM_LE_PF_local_name()
329 UINT8_TO_STREAM(p, action); in BTM_LE_PF_local_name()
330 UINT8_TO_STREAM(p, filt_index); in BTM_LE_PF_local_name()
373 UINT8_TO_STREAM(p, BTM_BLE_META_PF_MANU_DATA); in BTM_LE_PF_manu_data()
374 UINT8_TO_STREAM(p, action); in BTM_LE_PF_manu_data()
375 UINT8_TO_STREAM(p, filt_index); in BTM_LE_PF_manu_data()
425 UINT8_TO_STREAM(p, BTM_BLE_META_PF_SRVC_DATA); in BTM_LE_PF_srvc_data_pattern()
426 UINT8_TO_STREAM(p, action); in BTM_LE_PF_srvc_data_pattern()
427 UINT8_TO_STREAM(p, filt_index); in BTM_LE_PF_srvc_data_pattern()
522 UINT8_TO_STREAM(p, BTM_BLE_META_PF_ADDR); in BTM_LE_PF_addr_filter()
[all …]
Dbtm_ble_batchscan.cc240 UINT8_TO_STREAM(pp, BTM_BLE_BATCH_SCAN_READ_RESULTS); in btm_ble_read_batchscan_reports()
241 UINT8_TO_STREAM(pp, scan_mode); in btm_ble_read_batchscan_reports()
309 UINT8_TO_STREAM(pp, BTM_BLE_BATCH_SCAN_SET_STORAGE_PARAM); in btm_ble_set_storage_config()
310 UINT8_TO_STREAM(pp, batch_scan_full_max); in btm_ble_set_storage_config()
311 UINT8_TO_STREAM(pp, batch_scan_trunc_max); in btm_ble_set_storage_config()
312 UINT8_TO_STREAM(pp, batch_scan_notify_threshold); in btm_ble_set_storage_config()
332 UINT8_TO_STREAM(p, BTM_BLE_BATCH_SCAN_SET_PARAMS); in btm_ble_set_batchscan_param()
333 UINT8_TO_STREAM(p, scan_mode); in btm_ble_set_batchscan_param()
336 UINT8_TO_STREAM(p, addr_type); in btm_ble_set_batchscan_param()
337 UINT8_TO_STREAM(p, discard_rule); in btm_ble_set_batchscan_param()
[all …]
Dbtm_ble_privacy.cc425 UINT8_TO_STREAM(p, BTM_BLE_META_REMOVE_IRK_ENTRY); in btm_ble_remove_resolving_list_entry()
426 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type); in btm_ble_remove_resolving_list_entry()
455 UINT8_TO_STREAM(p, BTM_BLE_META_CLEAR_IRK_LIST); in btm_ble_clear_resolving_list()
484 UINT8_TO_STREAM(p, BTM_BLE_META_READ_IRK_ENTRY); in btm_ble_read_resolving_list_entry()
485 UINT8_TO_STREAM(p, p_dev_rec->ble.resolving_list_index); in btm_ble_read_resolving_list_entry()
582 UINT8_TO_STREAM(p, BTM_BLE_META_IRK_ENABLE); in btm_ble_vendor_enable_irk_feature()
583 UINT8_TO_STREAM(p, enable ? 0x01 : 0x00); in btm_ble_vendor_enable_irk_feature()
723 UINT8_TO_STREAM(p, BTM_BLE_META_ADD_IRK_ENTRY); in btm_ble_resolving_list_load_dev()
725 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type); in btm_ble_resolving_list_load_dev()
/system/nfc/src/nfc/nci/
Dnci_hmsgs.c57 UINT8_TO_STREAM(pp, NCI_CORE_PARAM_SIZE_RESET); in nci_snd_core_reset()
58 UINT8_TO_STREAM(pp, reset_type); in nci_snd_core_reset()
88 UINT8_TO_STREAM(pp, NCI_CORE_PARAM_SIZE_INIT); in nci_snd_core_init()
118 UINT8_TO_STREAM(pp, (uint8_t)(num_ids + 1)); in nci_snd_core_get_config()
119 UINT8_TO_STREAM(pp, num_ids); in nci_snd_core_get_config()
150 UINT8_TO_STREAM(pp, (uint8_t)(tlv_size + 1)); in nci_snd_core_set_config()
167 UINT8_TO_STREAM(pp, num); in nci_snd_core_set_config()
200 UINT8_TO_STREAM(pp, size); in nci_snd_core_conn_create()
201 UINT8_TO_STREAM(pp, dest_type); in nci_snd_core_conn_create()
202 UINT8_TO_STREAM(pp, num_tlv); in nci_snd_core_conn_create()
[all …]
/system/nfc/src/nfa/dm/
Dnfa_dm_discover.c296 UINT8_TO_STREAM(p, NFC_PMID_LA_BIT_FRAME_SDD); in nfa_dm_set_rf_listen_mode_config()
297 UINT8_TO_STREAM(p, NCI_PARAM_LEN_LA_BIT_FRAME_SDD); in nfa_dm_set_rf_listen_mode_config()
298 UINT8_TO_STREAM(p, 0x04); in nfa_dm_set_rf_listen_mode_config()
299 UINT8_TO_STREAM(p, NFC_PMID_LA_PLATFORM_CONFIG); in nfa_dm_set_rf_listen_mode_config()
300 UINT8_TO_STREAM(p, NCI_PARAM_LEN_LA_PLATFORM_CONFIG); in nfa_dm_set_rf_listen_mode_config()
301 UINT8_TO_STREAM(p, platform); in nfa_dm_set_rf_listen_mode_config()
302 UINT8_TO_STREAM(p, NFC_PMID_LA_SEL_INFO); in nfa_dm_set_rf_listen_mode_config()
303 UINT8_TO_STREAM(p, NCI_PARAM_LEN_LA_SEL_INFO); in nfa_dm_set_rf_listen_mode_config()
304 UINT8_TO_STREAM(p, sens_info); in nfa_dm_set_rf_listen_mode_config()
307 UINT8_TO_STREAM(p, NFC_PMID_LA_BIT_FRAME_SDD); in nfa_dm_set_rf_listen_mode_config()
[all …]
/system/nfc/src/nfc/tags/
Dce_t3t.c90 UINT8_TO_STREAM(p, (p_msg->len + 1)); in ce_t3t_send_to_lower()
173 UINT8_TO_STREAM(p_dst, opcode); in ce_t3t_send_rsp()
179 UINT8_TO_STREAM(p_dst, status1); in ce_t3t_send_rsp()
180 UINT8_TO_STREAM(p_dst, status2); in ce_t3t_send_rsp()
382 UINT8_TO_STREAM(p_dst, T3T_MSG_OPC_CHECK_RSP); in ce_t3t_handle_check_cmd()
391 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_check_cmd()
392 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_OK); in ce_t3t_handle_check_cmd()
393 UINT8_TO_STREAM(p_dst, p_cb->cur_cmd.num_blocks); in ce_t3t_handle_check_cmd()
420 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS_ERROR); in ce_t3t_handle_check_cmd()
421 UINT8_TO_STREAM(p_dst, T3T_MSG_RSP_STATUS2_ERROR_MEMORY); in ce_t3t_handle_check_cmd()
[all …]
Drw_t3t.c578 UINT8_TO_STREAM(p, (p_msg->len + 1)); in rw_t3t_send_to_lower()
673 UINT8_TO_STREAM(p, T3T_MSG_OPC_UPDATE_CMD); in rw_t3t_send_update_ndef_attribute_cmd()
679 UINT8_TO_STREAM(p, 1); /* Number of services (only 1 service: NDEF) */ in rw_t3t_send_update_ndef_attribute_cmd()
684 UINT8_TO_STREAM(p, 1); /* Number of blocks to write in this command */ in rw_t3t_send_update_ndef_attribute_cmd()
687 UINT8_TO_STREAM(p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_send_update_ndef_attribute_cmd()
688 UINT8_TO_STREAM(p, 0); in rw_t3t_send_update_ndef_attribute_cmd()
693 UINT8_TO_STREAM(p, T3T_MSG_NDEF_VERSION); in rw_t3t_send_update_ndef_attribute_cmd()
694 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbr); in rw_t3t_send_update_ndef_attribute_cmd()
695 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); in rw_t3t_send_update_ndef_attribute_cmd()
709 UINT8_TO_STREAM(p, write_f); in rw_t3t_send_update_ndef_attribute_cmd()
[all …]
Drw_i93.c524 UINT8_TO_STREAM(p, flags); in rw_i93_send_cmd_inventory()
527 UINT8_TO_STREAM(p, I93_CMD_INVENTORY); in rw_i93_send_cmd_inventory()
531 UINT8_TO_STREAM(p, afi); /* Optional AFI */ in rw_i93_send_cmd_inventory()
536 UINT8_TO_STREAM(p, I93_UID_BYTE_LEN * 8); /* Mask Length */ in rw_i93_send_cmd_inventory()
540 UINT8_TO_STREAM(p, 0x00); /* Mask Length */ in rw_i93_send_cmd_inventory()
578 UINT8_TO_STREAM(p, (I93_FLAG_ADDRESS_SET | RW_I93_FLAG_SUB_CARRIER | in rw_i93_send_cmd_stay_quiet()
582 UINT8_TO_STREAM(p, I93_CMD_STAY_QUIET); in rw_i93_send_cmd_stay_quiet()
637 UINT8_TO_STREAM(p, flags); in rw_i93_send_cmd_read_single_block()
640 UINT8_TO_STREAM(p, I93_CMD_READ_SINGLE_BLOCK); in rw_i93_send_cmd_read_single_block()
649 UINT8_TO_STREAM(p, block_number); /* Block number */ in rw_i93_send_cmd_read_single_block()
[all …]
/system/bt/hci/src/
Dhci_packet_factory.cc52 UINT8_TO_STREAM(stream, sco_size); in make_host_buffer_size()
76 UINT8_TO_STREAM(stream, page_number); in make_read_local_extended_features()
86 UINT8_TO_STREAM(stream, mode); in make_write_simple_pairing_mode()
96 UINT8_TO_STREAM(stream, mode); in make_write_secure_connections_host_support()
116 UINT8_TO_STREAM(stream, supported_host); in make_ble_write_host_support()
117 UINT8_TO_STREAM(stream, simultaneous_host); in make_ble_write_host_support()
180 UINT8_TO_STREAM(stream, parameter_size); in make_command()
/system/bt/stack/gatt/
Datt_protocol.cc52 UINT8_TO_STREAM(p, op_code); in attp_build_mtu_cmd()
78 UINT8_TO_STREAM(p, op_code); in attp_build_exec_write_cmd()
82 UINT8_TO_STREAM(p, flag); in attp_build_exec_write_cmd()
104 UINT8_TO_STREAM(p, GATT_RSP_ERROR); in attp_build_err_cmd()
105 UINT8_TO_STREAM(p, cmd_code); in attp_build_err_cmd()
107 UINT8_TO_STREAM(p, reason); in attp_build_err_cmd()
137 UINT8_TO_STREAM(p, op_code); in attp_build_browse_cmd()
165 UINT8_TO_STREAM(p, GATT_REQ_FIND_TYPE_VALUE); in attp_build_read_by_type_value_cmd()
199 UINT8_TO_STREAM(p, GATT_REQ_READ_MULTI); in attp_build_read_multi_cmd()
225 UINT8_TO_STREAM(p, op_code); in attp_build_handle_cmd()
[all …]
Dgatt_auth.cc58 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
Dgatt_api.cc764 UINT8_TO_STREAM(pp, all_phys); in GATTC_SetPreferredPHY()
765 UINT8_TO_STREAM(pp, tx_phy); in GATTC_SetPreferredPHY()
766 UINT8_TO_STREAM(pp, rx_phy); in GATTC_SetPreferredPHY()
/system/nfc/src/nfc/nfc/
Dnfc_main.c904 UINT8_TO_STREAM(pp, NCI_CON_CREATE_TAG_NFCEE_VAL); in NFC_ConnCreate()
905 UINT8_TO_STREAM(pp, 2); in NFC_ConnCreate()
906 UINT8_TO_STREAM(pp, id); in NFC_ConnCreate()
907 UINT8_TO_STREAM(pp, protocol); in NFC_ConnCreate()
911 UINT8_TO_STREAM(pp, NCI_CON_CREATE_TAG_RF_DISC_ID); in NFC_ConnCreate()
912 UINT8_TO_STREAM(pp, 1); in NFC_ConnCreate()
913 UINT8_TO_STREAM(pp, id); in NFC_ConnCreate()
1128 UINT8_TO_STREAM(p, NCI_RF_PARAM_ID_TECH_N_MODE); in NFC_UpdateRFCommParams()
1129 UINT8_TO_STREAM(p, 1); in NFC_UpdateRFCommParams()
1130 UINT8_TO_STREAM(p, p_params->rf_tech_n_mode); in NFC_UpdateRFCommParams()
[all …]
/system/bt/stack/smp/
Dsmp_utils.cc420 UINT8_TO_STREAM(p, cmd_code); in smp_build_pairing_cmd()
421 UINT8_TO_STREAM(p, p_cb->local_io_capability); in smp_build_pairing_cmd()
422 UINT8_TO_STREAM(p, p_cb->loc_oob_flag); in smp_build_pairing_cmd()
423 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_build_pairing_cmd()
424 UINT8_TO_STREAM(p, p_cb->loc_enc_size); in smp_build_pairing_cmd()
425 UINT8_TO_STREAM(p, p_cb->local_i_key); in smp_build_pairing_cmd()
426 UINT8_TO_STREAM(p, p_cb->local_r_key); in smp_build_pairing_cmd()
452 UINT8_TO_STREAM(p, SMP_OPCODE_CONFIRM); in smp_build_confirm_cmd()
476 UINT8_TO_STREAM(p, SMP_OPCODE_RAND); in smp_build_rand_cmd()
501 UINT8_TO_STREAM(p, SMP_OPCODE_ENCRYPT_INFO); in smp_build_encrypt_info_cmd()
[all …]
Dsmp_keys.cc315 UINT8_TO_STREAM(p, op_code); in smp_concatenate_local()
316 UINT8_TO_STREAM(p, p_cb->local_io_capability); in smp_concatenate_local()
317 UINT8_TO_STREAM(p, p_cb->loc_oob_flag); in smp_concatenate_local()
318 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_concatenate_local()
319 UINT8_TO_STREAM(p, p_cb->loc_enc_size); in smp_concatenate_local()
320 UINT8_TO_STREAM(p, p_cb->local_i_key); in smp_concatenate_local()
321 UINT8_TO_STREAM(p, p_cb->local_r_key); in smp_concatenate_local()
334 UINT8_TO_STREAM(p, op_code); in smp_concatenate_peer()
335 UINT8_TO_STREAM(p, p_cb->peer_io_caps); in smp_concatenate_peer()
336 UINT8_TO_STREAM(p, p_cb->peer_oob_flag); in smp_concatenate_peer()
[all …]
/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c107 UINT8_TO_STREAM(p, (uint8_t)(tlv_size + 1)); in nfc_hal_dm_set_config()
133 UINT8_TO_STREAM(p, num_param); in nfc_hal_dm_set_config()
383 UINT8_TO_STREAM(p, (NCI_MTS_CMD | NCI_GID_PROP)); in nfc_hal_dm_set_xtal_freq_index()
384 UINT8_TO_STREAM(p, NCI_MSG_GET_XTAL_INDEX_FROM_DH); in nfc_hal_dm_set_xtal_freq_index()
385 UINT8_TO_STREAM(p, cmd_len); in nfc_hal_dm_set_xtal_freq_index()
386 UINT8_TO_STREAM(p, xtal_index); in nfc_hal_dm_set_xtal_freq_index()
415 UINT8_TO_STREAM(p, (NCI_MTS_CMD | NCI_GID_PROP)); in nfc_hal_dm_set_power_level_zero()
416 UINT8_TO_STREAM(p, NCI_MSG_POWER_LEVEL); in nfc_hal_dm_set_power_level_zero()
417 UINT8_TO_STREAM(p, NCI_PARAM_LEN_POWER_LEVEL); in nfc_hal_dm_set_power_level_zero()
536 UINT8_TO_STREAM(p, HCI_BRCM_PRE_SET_MEM_LENGTH); in nfc_hal_dm_check_pre_set_mem()
[all …]
Dnfc_hal_prm.c634 UINT8_TO_STREAM(p, (NCI_MTS_CMD | NCI_GID_PROP)); in nfc_hal_prm_nvm_rw_cmd()
635 UINT8_TO_STREAM(p, NCI_MSG_EEPROM_RW); in nfc_hal_prm_nvm_rw_cmd()
636 UINT8_TO_STREAM(p, (len + 4)); in nfc_hal_prm_nvm_rw_cmd()
637 UINT8_TO_STREAM(p, 1); /* 1=write 0=read */ in nfc_hal_prm_nvm_rw_cmd()
639 UINT8_TO_STREAM(p, len); in nfc_hal_prm_nvm_rw_cmd()
/system/bt/stack/l2cap/
Dl2c_utils.cc351 UINT8_TO_STREAM(p, cmd); in l2cu_build_header()
352 UINT8_TO_STREAM(p, id); in l2cu_build_header()
578 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_MTU); in l2cu_send_peer_config_req()
579 UINT8_TO_STREAM(p, L2CAP_CFG_MTU_OPTION_LEN); in l2cu_send_peer_config_req()
583 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_FLUSH_TOUT); in l2cu_send_peer_config_req()
584 UINT8_TO_STREAM(p, L2CAP_CFG_FLUSH_OPTION_LEN); in l2cu_send_peer_config_req()
588 UINT8_TO_STREAM(p, L2CAP_CFG_TYPE_QOS); in l2cu_send_peer_config_req()
589 UINT8_TO_STREAM(p, L2CAP_CFG_QOS_OPTION_LEN); in l2cu_send_peer_config_req()
590 UINT8_TO_STREAM(p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
591 UINT8_TO_STREAM(p, p_cfg->qos.service_type); in l2cu_send_peer_config_req()
[all …]
/system/bt/stack/srvc/
Dsrvc_battery.cc304 UINT8_TO_STREAM(pp, p_rsp->ba_level); in Battery_Rsp()
316 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id); in Battery_Rsp()
317 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_type); in Battery_Rsp()
/system/bt/bta/dm/
Dbta_dm_act.cc3510 UINT8_TO_STREAM(p, local_name_len + 1); in bta_dm_set_eir()
3511 UINT8_TO_STREAM(p, data_type); in bta_dm_set_eir()
3535 UINT8_TO_STREAM(p, num_uuid * LEN_UUID_16 + 1); in bta_dm_set_eir()
3536 UINT8_TO_STREAM(p, data_type); in bta_dm_set_eir()
3576 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_16 + 1); in bta_dm_set_eir()
3577 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
3606 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1); in bta_dm_set_eir()
3607 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
3635 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_128 + 1); in bta_dm_set_eir()
3636 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
[all …]
/system/nfc/src/nfa/ce/
Dnfa_ce_act.c301 UINT8_TO_STREAM(p_params, NFC_PMID_LF_T3T_ID1 + t3t_idx); /* type */ in nfc_ce_t3t_set_listen_params()
302 UINT8_TO_STREAM(p_params, NCI_PARAM_LEN_LF_T3T_ID); /* length */ in nfc_ce_t3t_set_listen_params()
317 UINT8_TO_STREAM(p_params, NFC_PMID_LF_T3T_FLAGS2); /* type */ in nfc_ce_t3t_set_listen_params()
318 UINT8_TO_STREAM(p_params, NCI_PARAM_LEN_LF_T3T_FLAGS2); /* length */ in nfc_ce_t3t_set_listen_params()
/system/nfc/src/hal/include/
Dnfc_types.h90 #define UINT8_TO_STREAM(p, u8) \ macro

12