Lines Matching refs:handle
90 ** handle: Handle of this connection.
98 ** AVRC_BAD_HANDLE if handle is invalid.
101 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label)
118 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
131 ** handle: Handle of this connection.
143 ** AVRC_BAD_HANDLE if handle is invalid.
146 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page)
164 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
177 ** handle: Handle of this connection.
187 ** AVRC_BAD_HANDLE if handle is invalid.
190 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg)
194 return AVCT_MsgReq( handle, label, AVCT_CMD, p_buf);
211 ** handle: Handle of this connection.
222 ** AVRC_BAD_HANDLE if handle is invalid.
225 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg)
229 return AVCT_MsgReq( handle, label, AVCT_RSP, p_buf);