Lines Matching refs:rc_id
743 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
747 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
757 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
764 if ((p_remote_cmd->rc_id == BTA_AV_RC_STOP) && in handle_rc_passthrough_cmd()
774 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
775 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
807 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
813 p_remote_rsp->rc_id, p_remote_rsp->key_state); in handle_rc_passthrough_rsp()
999 p_data->remote_cmd.rc_id, in btif_rc_handler()
1010 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
1012 if (p_data->remote_rsp.rc_id == AVRC_ID_VENDOR) { in btif_rc_handler()
1164 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()