VelocAI logo Bluetooth Explorer Documentation

Bluetooth GATT Service Reference

User Data (0x181C)

org.bluetooth.service.user_data

The User Data Service (UDS) exposes user-related data in the sports and fitness environment. This allows remote access and update of user data by a Client as well as the synchronization of user data between a Server and a Client.

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
NameUser Data
UUID0x181C
Typeorg.bluetooth.service.user_data
XML RootService
Source Fileorg.bluetooth.service.user_data.xml
Field Count0

Characteristic List

Characteristics declared by this service profile entry.

Characteristic Type Requirement Properties
First Nameorg.bluetooth.characteristic.first_nameC1Read, Write
Last Nameorg.bluetooth.characteristic.last_nameC1Read, Write
Email Addressorg.bluetooth.characteristic.email_addressC1Read, Write
Ageorg.bluetooth.characteristic.ageC1Read, Write
Date of Birthorg.bluetooth.characteristic.date_of_birthC1Read, Write
Genderorg.bluetooth.characteristic.genderC1Read, Write
Weightorg.bluetooth.characteristic.weightC1Read, Write
Heightorg.bluetooth.characteristic.heightC1Read, Write
VO2 Maxorg.bluetooth.characteristic.vo2_maxC1Read, Write
Heart Rate Maxorg.bluetooth.characteristic.heart_rate_maxC1Read, Write
Resting Heart Rateorg.bluetooth.characteristic.resting_heart_rateC1Read, Write
Maximum Recommended Heart Rateorg.bluetooth.characteristic.maximum_recommended_heart_rateC1Read, Write
Aerobic Thresholdorg.bluetooth.characteristic.aerobic_thresholdC1Read, Write
Anaerobic Thresholdorg.bluetooth.characteristic.anaerobic_thresholdC1Read, Write
Sport Type for Aerobic and Anaerobic Thresholdsorg.bluetooth.characteristic.sport_type_for_aerobic_and_anaerobic_thresholdsC1Read, Write
Date of Threshold Assessmentorg.bluetooth.characteristic.date_of_threshold_assessmentC1Read, Write
Waist Circumferenceorg.bluetooth.characteristic.waist_circumferenceC1Read, Write
Hip Circumferenceorg.bluetooth.characteristic.hip_circumferenceC1Read, Write
Fat Burn Heart Rate Lower Limitorg.bluetooth.characteristic.fat_burn_heart_rate_lower_limitC1Read, Write
Fat Burn Heart Rate Upper Limitorg.bluetooth.characteristic.fat_burn_heart_rate_upper_limitC1Read, Write
Aerobic Heart Rate Lower Limitorg.bluetooth.characteristic.aerobic_heart_rate_lower_limitC1Read, Write
Aerobic Heart Rate Upper Limitorg.bluetooth.characteristic.aerobic_heart_rate_upper_limitC1Read, Write
Anaerobic Heart Rate Lower Limitorg.bluetooth.characteristic.anaerobic_heart_rate_lower_limitC1Read, Write
Anaerobic Heart Rate Upper Limitorg.bluetooth.characteristic.anaerobic_heart_rate_upper_limitC1Read, Write
Five Zone Heart Rate Limitsorg.bluetooth.characteristic.five_zone_heart_rate_limitsC1Read, Write
Three Zone Heart Rate Limitsorg.bluetooth.characteristic.three_zone_heart_rate_limitsC1Read, Write
Two Zone Heart Rate Limitorg.bluetooth.characteristic.two_zone_heart_rate_limitC1Read, Write
Database Change Incrementorg.bluetooth.characteristic.database_change_incrementMandatoryRead, Write, Notify
User Indexorg.bluetooth.characteristic.user_indexMandatoryRead
User Control Pointorg.bluetooth.characteristic.user_control_pointMandatoryWrite, Indicate
Languageorg.bluetooth.characteristic.languageC1Read, Write

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 is not dependent upon any other services.

FAQ

What is User Data in Bluetooth GATT?

User Data is defined as a Bluetooth GATT service entry with type org.bluetooth.service.user_data and UUID 0x181C.

What UUID identifies User Data?

The UUID for User Data is 0x181C.

How should I parse User Data?

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.