Home
last modified time | relevance | path

Searched refs:tAVRC_MSG_PASS (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Davrc_api.h439 extern UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg);
466 extern UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg);
Davrc_defs.h810 } tAVRC_MSG_PASS; typedef
834 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */
/system/bt/stack/avrc/
Davrc_int.h150 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
Davrc_utils.c163 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) in avrc_pars_pass_thru()
Davrc_api.c832 static BT_HDR * avrc_pass_msg(tAVRC_MSG_PASS *p_msg) in avrc_pass_msg()
1117 UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassCmd()
1156 UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassRsp()
/system/bt/bta/av/
Dbta_av_int.h271 tAVRC_MSG_PASS msg;