Lines Matching refs:handle
38 #define BTA_JV_BUSY 2 /* Temporarily can not handle this request. */
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 */
300 UINT32 handle; /* The connection handle */
311 UINT32 handle; /* The connection handle */
321 UINT32 handle; /* The connection handle */
328 UINT32 handle; /* The connection handle */
329 UINT32 new_listen_handle; /* The new listen handle */
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 */
389 UINT32 handle; /* The connection handle */
399 UINT32 handle; /* Connection handle */
406 UINT32 handle; /* Connection handle */
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);
1153 ** Parameters: handle, JV handle from RFCOMM or L2CAP
1155 ** BTA_JV_PM_ID_CLEAR: removes pm management on the handle. init_st is ignored and
1166 BTA_API extern tBTA_JV_STATUS BTA_JvSetPmProfile(UINT32 handle, tBTA_JV_PM_ID app_id,
1173 ** Description This function fetches the rfcomm port handle
1179 UINT16 BTA_JvRfcommGetPortHdl(UINT32 handle);