Lines Matching refs:rc_id
802 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
806 if ((p_remote_cmd->rc_id == AVRC_ID_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
816 if ((p_remote_cmd->rc_id == AVRC_ID_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
823 if ((p_remote_cmd->rc_id == AVRC_ID_STOP) && in handle_rc_passthrough_cmd()
833 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
834 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
864 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
872 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()
1060 p_data->remote_cmd.rc_id, in btif_rc_handler()
1071 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
1073 if (p_data->remote_rsp.rc_id == AVRC_ID_VENDOR) { in btif_rc_handler()
1225 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()