Lines Matching refs:handle

38 #define AVRC_BAD_HANDLE     AVCT_BAD_HANDLE     /* 2 Bad handle */
142 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result,
150 typedef void (tAVRC_MSG_CBACK) (UINT8 handle, UINT8 label, UINT8 opcode,
194 ** sdp_handle: SDP handle returned by SDP_CreateRecord().
283 ** p_handle: Pointer to handle. This parameter is only
303 ** handle: Handle of this connection.
309 ** AVRC_BAD_HANDLE if handle is invalid.
312 AVRC_API extern UINT16 AVRC_Close(UINT8 handle);
321 ** The handle is returned by a previous call to AVRC_Open.
328 AVRC_API extern UINT16 AVRC_OpenBrowse(UINT8 handle, UINT8 conn_role);
339 ** AVRC_BAD_HANDLE if handle is invalid.
342 AVRC_API extern UINT16 AVRC_CloseBrowse(UINT8 handle);
357 ** AVRC_BAD_HANDLE if handle is invalid.
360 AVRC_API extern UINT16 AVRC_MsgReq (UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt);
372 ** handle: Handle of this connection.
380 ** AVRC_BAD_HANDLE if handle is invalid.
383 AVRC_API extern UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label);
395 ** handle: Handle of this connection.
407 ** AVRC_BAD_HANDLE if handle is invalid.
410 AVRC_API extern UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page);
423 ** handle: Handle of this connection.
433 ** AVRC_BAD_HANDLE if handle is invalid.
436 AVRC_API extern UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg);
449 ** handle: Handle of this connection.
460 ** AVRC_BAD_HANDLE if handle is invalid.
463 AVRC_API extern UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg);
476 ** handle: Handle of this connection.
486 ** AVRC_BAD_HANDLE if handle is invalid.
489 AVRC_API extern UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg);
503 ** handle: Handle of this connection.
514 ** AVRC_BAD_HANDLE if handle is invalid.
517 AVRC_API extern UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg);
606 AVRC_API extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);