Lines Matching refs:rc_id
803 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
807 if ((p_remote_cmd->rc_id == AVRC_ID_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
817 if ((p_remote_cmd->rc_id == AVRC_ID_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
824 if ((p_remote_cmd->rc_id == AVRC_ID_STOP) && in handle_rc_passthrough_cmd()
834 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
835 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
865 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
873 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()
1061 p_data->remote_cmd.rc_id, in btif_rc_handler()
1072 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
1074 if (p_data->remote_rsp.rc_id == AVRC_ID_VENDOR) { in btif_rc_handler()
1226 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()