VelocAI logo Bluetooth Explorer Documentation

Bluetooth GATT Service Reference

Fitness Machine (0x1826)

org.bluetooth.service.fitness_machine

The Fitness Machine Service (FTMS) exposes training-related data in the sports and fitness environment, which allows a Client to collect training data while a user is exercising with a fitness machine (Server).

Quick Summary

No fixed value payload is declared in this XML; this entry defines metadata and profile structure. This page is generated from official GATT XML and presented as implementation-ready guidance.

At a Glance

Key reference details for BLE implementation, interoperability testing, and AI-assisted troubleshooting.

PropertyValue
NameFitness Machine
UUID0x1826
Typeorg.bluetooth.service.fitness_machine
XML RootService
Source Fileorg.bluetooth.service.fitness_machine.xml
Field Count0

Characteristic List

Characteristics declared by this service profile entry.

Characteristic Type Requirement Properties
Fitness Machine Featureorg.bluetooth.characteristic.fitness_machine_featureMandatoryRead
Treadmill Dataorg.bluetooth.characteristic.treadmill_dataOptionalNotify
Cross Trainer Dataorg.bluetooth.characteristic.cross_trainer_dataOptionalNotify
Step Climber Dataorg.bluetooth.characteristic.step_climber_dataOptionalNotify
Stair Climber Dataorg.bluetooth.characteristic.stair_climber_dataOptionalNotify
Rower Dataorg.bluetooth.characteristic.rower_dataOptionalNotify
Indoor Bike Dataorg.bluetooth.characteristic.indoor_bike_dataOptionalNotify
Training Statusorg.bluetooth.characteristic.training_statusOptionalRead, Notify
Supported Speed Rangeorg.bluetooth.characteristic.supported_speed_rangeC1InformationText, Read
Supported Inclination Rangeorg.bluetooth.characteristic.supported_inclination_rangeC2InformationText, Read
Supported Resistance Level Rangeorg.bluetooth.characteristic.supported_resistance_level_rangeC3InformationText, Read
Supported Power Rangeorg.bluetooth.characteristic.supported_power_rangeC4InformationText, Read
Supported Heart Rate Rangeorg.bluetooth.characteristic.supported_heart_rate_rangeC5InformationText, Read
Fitness Machine Control Pointorg.bluetooth.characteristic.fitness_machine_control_pointOptionalWrite, Indicate
Fitness Machine Statusorg.bluetooth.characteristic.fitness_machine_statusC6InformationText, Notify

Use Cases and Integration Notes

Service Discovery

Use this definition to validate discovered services and expected characteristics during BLE onboarding.

Profile Compliance

Cross-check required characteristics and properties for conformance and QA automation.

App Capability Gating

Drive feature availability in apps based on whether service-level requirements are present.

Implementation Checklist

  • Validate the service UUID during discovery before reading characteristic metadata.
  • Ensure mandatory characteristics exist and expose expected properties.
  • Map declaration data to app feature flags before attempting writes/subscriptions.
  • Record mismatches between firmware tables and expected profile definitions in logs.

Dependencies

  • This service has no dependencies on other GATT-based services.

FAQ

What is Fitness Machine in Bluetooth GATT?

Fitness Machine is defined as a Bluetooth GATT service entry with type org.bluetooth.service.fitness_machine and UUID 0x1826.

What UUID identifies Fitness Machine?

The UUID for Fitness Machine is 0x1826.

How should I parse Fitness Machine?

Parse the structure and requirements from the XML definition, then enforce format/requirement rules in your BLE stack.

Where does this definition come from?

This page is generated from the Bluetooth SIG mirror XML in the oesmith/gatt-xml repository.

How does this page support BLE implementation?

The page combines structured tables, practical Q&A, and JSON-LD metadata to help teams validate integrations and troubleshoot consistently.