Home | History | Annotate | Download | only in include

Lines Matching refs:UINT32

95 typedef UINT32 tBTA_JV_ROLE;
227 UINT32 handle; /* The SDP record handle was updated */
234 UINT32 handle; /* The SDP record handle was updated */
241 UINT32 handle; /* The SDP record handle was updated */
248 UINT32 handle; /* The connection handle */
257 UINT32 handle; /* The connection handle */
265 UINT32 handle; /* The connection handle */
273 UINT32 handle; /* The connection handle */
281 UINT32 handle; /* The connection handle */
289 UINT32 handle; /* The connection handle */
290 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */
300 UINT32 handle; /* The connection handle */
301 UINT32 req_id; /* The req_id in the associated BTA_JvL2capReceive() */
311 UINT32 handle; /* The connection handle */
312 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */
321 UINT32 handle; /* The connection handle */
328 UINT32 handle; /* The connection handle */
329 UINT32 new_listen_handle; /* The new listen handle */
338 UINT32 port_status; /* PORT status */
339 UINT32 handle; /* The connection handle */
347 UINT32 handle; /* The connection handle */
356 UINT32 handle; /* The connection handle */
363 UINT32 handle; /* The connection handle */
370 UINT32 handle; /* The connection handle */
378 UINT32 handle; /* The connection handle */
379 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommRead() */
389 UINT32 handle; /* The connection handle */
390 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommWrite() */
399 UINT32 handle; /* Connection handle */
406 UINT32 handle; /* Connection handle */
595 BTA_API extern INT32 BTA_JvGetPreknownDevice(UINT8 * p_bd_addr, UINT32 index);
620 BTA_API extern tBTA_JV_STATUS BTA_JvSetServiceClass(UINT32 service);
863 BTA_API extern tBTA_JV_STATUS BTA_JvUpdateRecord(UINT32 handle, UINT16 *p_ids,
878 BTA_API extern tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id,
893 BTA_API extern tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id);
905 BTA_API extern tBTA_JV_STATUS BTA_JvDeleteRecord(UINT32 handle);
919 BTA_API extern INT32 BTA_JvReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len);
950 BTA_API extern tBTA_JV_STATUS BTA_JvL2capClose(UINT32 handle);
995 BTA_API extern tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id,
1011 BTA_API extern tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id,
1025 BTA_API extern tBTA_JV_STATUS BTA_JvL2capReady(UINT32 handle, UINT32 *p_data_size);
1039 BTA_API extern tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id,
1071 BTA_API extern tBTA_JV_STATUS BTA_JvRfcommClose(UINT32 handle, void* user_data);
1103 BTA_API extern tBTA_JV_STATUS BTA_JvRfcommStopServer(UINT32 handle, void* user_data);
1117 BTA_API extern tBTA_JV_STATUS BTA_JvRfcommRead(UINT32 handle, UINT32 req_id,
1131 BTA_API extern tBTA_JV_STATUS BTA_JvRfcommReady(UINT32 handle, UINT32 *p_data_size);
1145 BTA_API extern tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id);
1166 BTA_API extern tBTA_JV_STATUS BTA_JvSetPmProfile(UINT32 handle, tBTA_JV_PM_ID app_id,
1179 UINT16 BTA_JvRfcommGetPortHdl(UINT32 handle);