Lines Matching refs:p_remote_rsp
793 void handle_rc_passthrough_rsp ( tBTA_AV_REMOTE_RSP *p_remote_rsp) in handle_rc_passthrough_rsp() argument
800 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_passthrough_rsp()
811 BTIF_TRACE_DEBUG("%s: rc_id=%d status=%s", __FUNCTION__, p_remote_rsp->rc_id, status); in handle_rc_passthrough_rsp()
813 release_transaction(p_remote_rsp->label); in handle_rc_passthrough_rsp()
815 HAL_CBACK(bt_rc_ctrl_callbacks, passthrough_rsp_cb, p_remote_rsp->rc_id, key_state); in handle_rc_passthrough_rsp()
835 void handle_rc_vendorunique_rsp ( tBTA_AV_REMOTE_RSP *p_remote_rsp) in handle_rc_vendorunique_rsp() argument
843 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_vendorunique_rsp()
854 if (p_remote_rsp->len > 0) in handle_rc_vendorunique_rsp()
856 if (p_remote_rsp->len >= AVRC_PASS_THRU_GROUP_LEN) in handle_rc_vendorunique_rsp()
857 vendor_id = p_remote_rsp->p_data[AVRC_PASS_THRU_GROUP_LEN -1]; in handle_rc_vendorunique_rsp()
858 osi_free_and_reset((void **)&p_remote_rsp->p_data); in handle_rc_vendorunique_rsp()
862 release_transaction(p_remote_rsp->label); in handle_rc_vendorunique_rsp()