Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.c635 void handle_rc_passthrough_rsp ( tBTA_AV_REMOTE_RSP *p_remote_rsp) in handle_rc_passthrough_rsp() argument
642 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_passthrough_rsp()
653 BTIF_TRACE_DEBUG("%s: rc_id=%d status=%s", __FUNCTION__, p_remote_rsp->rc_id, status); in handle_rc_passthrough_rsp()
655 release_transaction(p_remote_rsp->label); in handle_rc_passthrough_rsp()
657 HAL_CBACK(bt_rc_ctrl_callbacks, passthrough_rsp_cb, p_remote_rsp->rc_id, key_state); in handle_rc_passthrough_rsp()