Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c34 static void handle_rc_passthrough_rsp ( tBTA_AV_REMOTE_RSP *p_remote_rsp);
36 static void handle_rc_metamsg_rsp ( tBTA_AV_META_MSG *p_remote_rsp);
849 static void handle_rc_passthrough_rsp ( tBTA_AV_REMOTE_RSP *p_remote_rsp) in handle_rc_passthrough_rsp() argument
855 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) { in handle_rc_passthrough_rsp()
863 BTC_TRACE_DEBUG("%s: rc_id=%d status=%s", __FUNCTION__, p_remote_rsp->rc_id, status); in handle_rc_passthrough_rsp()
868 param.psth_rsp.tl = p_remote_rsp->label; in handle_rc_passthrough_rsp()
869 param.psth_rsp.key_code = p_remote_rsp->rc_id; in handle_rc_passthrough_rsp()
871 param.psth_rsp.rsp_code = p_remote_rsp->rsp_code; in handle_rc_passthrough_rsp()