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/ |
D | avrc_api.h | 438 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);
|
D | avrc_defs.h | 804 } tAVRC_MSG_PASS; typedef 826 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/include/ |
D | avrc_int.h | 148 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/ |
D | avrc_utils.c | 167 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) in avrc_pars_pass_thru()
|
D | avrc_api.c | 780 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/ |
D | bta_av_int.h | 228 tAVRC_MSG_PASS msg;
|