Lines Matching full:uint16
78 typedef UINT16 tNFC_HAL_HCI_EVT;
241 UINT16 opcode;
242 UINT16 param_len;
255 UINT16 size;
307 UINT16 len;
314 UINT16 cur_patch_len_remaining;/* bytes remaining in patchfile to process */
316 UINT16 cur_patch_offset; /* offset of next byte to process */
331 UINT16 spd_patch_len_remaining;/* patch length */
332 UINT16 spd_patch_offset; /* offset of next byte to process */
342 UINT16 project_id; /* Current project_id of patch in nvm */
343 UINT16 ver_major; /* Current major version of patch in nvm */
344 UINT16 ver_minor; /* Current minor version of patch in nvm */
345 UINT16 fpm_size; /* Current size of FPM patch in nvm */
346 UINT16 lpm_size; /* Current size of LPM patch in nvm */
357 UINT16 len; /* i2c patch length */
365 UINT16 rcv_len; /* bytes remaining to be received in current rx state */
466 void nfc_hal_main_exit_op_done (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
467 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
489 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback);
490 void nfc_hal_dm_send_bt_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_BTVSC_CPLT_CBACK *p_cback);
503 void nfc_hal_prm_nci_command_complete_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
527 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);