Home
last modified time | relevance | path

Searched refs:AVRC_ParsResponse (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_pars_ct.c134 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result) in AVRC_ParsResponse() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_api.h596 extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c807 status = AVRC_ParsResponse(p_meta_msg->p_msg, &avrc_response); in handle_rc_metamsg_rsp()