Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Davrc_api.h438 extern UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg);
465 extern UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg);
Davrc_defs.h804 } tAVRC_MSG_PASS; typedef
826 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h148 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c167 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) in avrc_pars_pass_thru()
Davrc_api.c780 static BT_HDR *avrc_pass_msg(tAVRC_MSG_PASS *p_msg) in avrc_pass_msg()
1054 UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassCmd()
1093 UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassRsp()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h228 tAVRC_MSG_PASS msg;