HomeSort by relevance Sort by last modified time
    Searched refs:tAVRC_MSG (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 148 * callback function must copy the tAVRC_MSG structure passed to it as it
151 tAVRC_MSG *p_msg);
566 AVRC_API extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len);
578 AVRC_API extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_len);
avrc_defs.h     [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 129 tAVRC_MSG msg;
164 memset(&msg, 0, sizeof(tAVRC_MSG) );
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 406 tAVRC_MSG *p_msg;
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 339 tAVRC_MSG msg;
bta_av_act.c 245 static void bta_av_rc_msg_cback(UINT8 handle, UINT8 label, UINT8 opcode, tAVRC_MSG *p_msg)
277 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG));
    [all...]

Completed in 1396 milliseconds