Searched refs:p_remote_rsp (Results 1 – 1 of 1) sorted by relevance
793 void handle_rc_passthrough_rsp ( tBTA_AV_REMOTE_RSP *p_remote_rsp) in handle_rc_passthrough_rsp() argument800 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() argument843 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()[all …]