Home
last modified time | relevance | path

Searched refs:UINT16_TO_STREAM (Results 1 – 10 of 10) sorted by relevance

/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c306 UINT16_TO_STREAM (p, BD_ADDR_LEN + 2); in NDEF_MsgAddMediaBtOob()
361 UINT16_TO_STREAM (p, oob_data_len); in NDEF_MsgAppendMediaBtOobCod()
419 UINT16_TO_STREAM (p, oob_data_len); in NDEF_MsgAppendMediaBtOobName()
472 UINT16_TO_STREAM (p, oob_data_len); in NDEF_MsgAppendMediaBtOobHashCRandR()
520 UINT16_TO_STREAM (p, oob_data_len); in NDEF_MsgAppendMediaBtOobEirData()
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c696 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RW); /* Service code (little-endian format) */ in rw_t3t_send_update_ndef_attribute_cmd()
830 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RW); /* Service code (little-endian format) */ in rw_t3t_send_next_ndef_update_cmd()
849UINT16_TO_STREAM (p, block_id); /* byte1-2: block number in little-endian format */ in rw_t3t_send_next_ndef_update_cmd()
964 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RO); in rw_t3t_send_next_ndef_check_cmd()
968 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RW); in rw_t3t_send_next_ndef_check_cmd()
986UINT16_TO_STREAM (p, block_id); /* byte1-2: block number in little-endian format */ in rw_t3t_send_next_ndef_check_cmd()
1051 UINT16_TO_STREAM ((*p), cur_service_code); in rw_t3t_message_set_block_list()
1077 UINT16_TO_STREAM ((*p), p_t3t_blocks[i].block_number); in rw_t3t_message_set_block_list()
1191 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RO); /* Service code (little-endian format) */ in rw_t3t_check_mc_block()
1757 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RO); /* Service code (little-endian format) */ in rw_t3t_handle_ndef_detect_poll_rsp()
[all …]
Drw_i93.c696 UINT16_TO_STREAM (p, block_number); /* Block number */ in rw_i93_send_cmd_read_single_block()
770 UINT16_TO_STREAM (p, block_number); /* Block number */ in rw_i93_send_cmd_write_single_block()
900 UINT16_TO_STREAM (p, first_block_number); /* First block number */ in rw_i93_send_cmd_read_multi_blocks()
1366 UINT16_TO_STREAM (p, first_block_number); /* First block number */ in rw_i93_send_cmd_get_multi_block_sec()
1367 UINT16_TO_STREAM (p, number_blocks - 1); /* Number of blocks, 0x00 to read one block */ in rw_i93_send_cmd_get_multi_block_sec()
Drw_t4t.c505 UINT16_TO_STREAM (p, p_t4t->card_size); in rw_t4t_create_ndef()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c421 UINT16_TO_STREAM (p, xtal_freq); in nfc_hal_dm_set_xtal_freq_index()
573 UINT16_TO_STREAM (p, HCI_BRCM_PRE_SET_MEM); in nfc_hal_dm_check_pre_set_mem()
1377 UINT16_TO_STREAM (p, HCI_BRCM_WRITE_SLEEP_MODE); in HAL_NfcSetSnoozeMode()
Dnfc_hal_prm.c641 UINT16_TO_STREAM (p, p_param[nfc_hal_cb.prm.param_idx].offset); in nfc_hal_prm_nvm_rw_cmd()
/external/libnfc-nci/src/hal/include/
Dnfc_types.h56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} macro
/external/libnfc-nci/src/include/
Dbt_types.h224 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} macro
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_discover.c427 UINT16_TO_STREAM (p, nfa_dm_cb.disc_cb.disc_duration); in nfa_dm_set_total_duration()
557 UINT16_TO_STREAM(p, p_cfg->lf_t3t_flags); in nfa_dm_set_rf_listen_mode_raw_config()
/external/libnfc-nci/src/nfa/ce/
Dnfa_ce_act.c322 UINT16_TO_STREAM (p_params, t3t_flags2_mask); /* Mask of IDs to disable listening */ in nfc_ce_t3t_set_listen_params()