HomeSort by relevance Sort by last modified time
    Searched refs:UINT16 (Results 101 - 125 of 671) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnfc-nci/src/nfa/include/
nfa_nv_co.h 91 NFC_API extern void nfa_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
111 NFC_API extern void nfa_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 50 UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */
64 UINT16 service_code_list[T3T_MSG_SERVICE_LIST_MAX];
75 UINT16 system_code;
95 UINT16 nlen; /* current size of NDEF message */
96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */
128 UINT16 ndef_max; /* max size of p_ndef */
129 UINT16 ndef_cur; /* current size of p_ndef */
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
  /external/libnfc-nci/src/udrv/include/
usb.h 180 UINT16 fmt; /* Data format */
185 UINT16 size; /* Size of GKI buffer pool */
186 UINT16 offset; /* Offset in GKI buffer pool */
192 UINT16 fmt;
221 UDRV_API extern UINT16 USB_Read(tUSB_PORT, UINT8 *, UINT16);
223 UDRV_API extern UINT16 USB_Write(tUSB_PORT, UINT8 *, UINT16);
  /external/tpm2/
CpriRNG_fp.h 12 LIB_EXPORT UINT16 _cpri__GenerateRandom(INT32 randomSize, BYTE *buffer);
13 LIB_EXPORT UINT16 _cpri__GenerateSeededRandom(
EC_Ephemeral_fp.h 16 UINT16 counter;
34 UINT16 EC_Ephemeral_Out_Marshal(EC_Ephemeral_Out* source,
GetRandom_fp.h 12 typedef struct { UINT16 bytesRequested; } GetRandom_In;
31 UINT16 GetRandom_Out_Marshal(GetRandom_Out* source,
CpriMisc_fp.h 15 UINT16 size // IN: size of the output.
Marshal_GetTestResult.c 10 UINT16 GetTestResult_Out_Marshal(GetTestResult_Out* source,
14 UINT16 total_size = 0;
49 UINT16 bytes_marshalled;
50 UINT16 num_response_handles = 0;
Marshal_ReadClock.c 10 UINT16 ReadClock_Out_Marshal(ReadClock_Out* source,
14 UINT16 total_size = 0;
48 UINT16 bytes_marshalled;
49 UINT16 num_response_handles = 0;
TPMB.h 17 UINT16 size; \
stubs_ecc.c 27 UINT16 i)
  /system/bt/bta/gatt/
bta_gattc_api.c 192 void BTA_GATTC_Close(UINT16 conn_id)
215 void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu)
243 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
271 const list_t* BTA_GATTC_GetServices(UINT16 conn_id) {
287 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle) {
303 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) {
319 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle
    [all...]
  /system/bt/bta/include/
utl.h 49 UINT16 service;
95 ** Description This utility function converts a UINT16 to a string. The
103 extern UINT8 utl_itoa(UINT16 i, char *p_s);
bta_hl_api.h 188 typedef UINT16 tBTA_HL_MDL_ID; /* 0x0000 reserved,
224 UINT16 max_rx_apdu_size; /* local rcv MTU */
225 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
231 UINT16 data_type;
232 UINT16 max_rx_apdu_size; /* local rcv MTU */
233 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
271 UINT16 mtu;
289 UINT16 data_type;
296 UINT16 num_elems;
312 UINT16 ctrl_psm
    [all...]
bta_pan_api.h 80 UINT16 handle; /* Handle associated with this connection. */
89 UINT16 handle; /* Handle associated with this connection. */
99 UINT16 handle; /* Handle associated with the connection. */
193 extern void BTA_PanClose(UINT16 handle);
  /system/bt/stack/avdt/
avdt_l2c.c 39 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
40 void avdt_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result);
41 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
43 void avdt_l2c_disconnect_ind_cback(UINT16 lcid, BOOLEAN ack_needed);
44 void avdt_l2c_disconnect_cfm_cback(UINT16 lcid, UINT16 result);
45 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
    [all...]
  /system/bt/stack/avrc/
avrc_sdp.c 60 static void avrc_sdp_cback(UINT16 status)
110 UINT16 AVRC_FindService(UINT16 service_uuid, BD_ADDR bd_addr,
115 UINT16 a2d_attr_list[] = {ATTR_ID_SERVICE_CLASS_ID_LIST, /* update AVRC_NUM_ATTR, if changed */
194 UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name,
195 char *p_provider_name, UINT16 categories, UINT32 sdp_handle,
196 BOOLEAN browse_supported, UINT16 profile_version)
198 UINT16 browse_list[1];
202 UINT16 count = 1
    [all...]
  /system/bt/stack/avct/
avct_int.h 64 UINT16 peer_mtu; /* peer l2c mtu */
65 UINT16 ch_result; /* L2CAP connection result value */
66 UINT16 ch_lcid; /* L2CAP channel LCID */
75 UINT16 peer_mtu; /* peer l2c mtu */
76 UINT16 ch_result; /* L2CAP connection result value */
77 UINT16 ch_lcid; /* L2CAP channel LCID */
83 UINT16 conflict_lcid; /* L2CAP channel LCID */
91 UINT16 peer_mtu; /* peer l2c mtu */
92 UINT16 ch_result; /* L2CAP connection result value */
93 UINT16 ch_lcid; /* L2CAP channel LCID *
    [all...]
  /system/bt/stack/rfcomm/
rfc_int.h 49 extern void RFCOMM_StartRsp (tRFC_MCB *p_mcb, UINT16 result);
51 extern void RFCOMM_DlcEstablishReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu);
52 extern void RFCOMM_DlcEstablishRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result);
58 extern void RFCOMM_ParNegReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu);
59 extern void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k);
61 extern void RFCOMM_TestReq (UINT8 *p_data, UINT16 len);
69 extern void RFCOMM_PortNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 param_mask);
96 UINT16 mtu;
103 UINT16 data_len
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 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 *
    [all...]
  /system/bt/stack/btm/
btm_ble_int.h 110 UINT16 data_mask;
136 UINT16 discoverable_mode;
137 UINT16 connectable_mode;
142 UINT16 adv_interval_min;
143 UINT16 adv_interval_max;
192 UINT16 min_conn_int;
193 UINT16 max_conn_int;
194 UINT16 slave_latency;
195 UINT16 supervision_tout;
259 typedef UINT16 tBTM_BLE_STATE_MASK
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 159 UINT16 msg_len; /* Length of the NDEF message */
175 UINT16 *p_system_codes; /* Table of system codes */
228 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */
403 NFC_API extern tNFC_STATUS RW_T1tReadNDef (UINT8 *p_buffer, UINT16 buf_len);
417 NFC_API extern tNFC_STATUS RW_T1tWriteNDef (UINT16 msg_len, UINT8 *p_msg);
489 NFC_API extern tNFC_STATUS RW_T2tRead (UINT16 block);
504 NFC_API extern tNFC_STATUS RW_T2tWrite (UINT16 block, UINT8 *p_write_data);
548 NFC_API extern tNFC_STATUS RW_T2tReadNDef (UINT8 *p_buffer, UINT16 buf_len);
562 NFC_API extern tNFC_STATUS RW_T2tWriteNDef (UINT16 msg_len, UINT8 *p_msg );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 51 typedef WORD UINT16;
  /system/bt/bta/hl/
bta_hl_ci.c 51 UINT16 evt )
85 UINT16 evt )
119 UINT16 evt )
153 UINT16 evt )
  /system/bt/btif/include/
btif_pan_internal.h 69 UINT16 protocol;
97 btpan_conn_t *btpan_find_conn_handle(UINT16 handle);
104 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
105 const char* buff, UINT16 size, BOOLEAN ext, BOOLEAN forward);

Completed in 1054 milliseconds

1 2 3 45 6 7 8 91011>>