UNA Watch β BLE Services Overviewο
This is the map of the GATT services a UNA Watch exposes over Bluetooth Low Energy. Most are standard Bluetooth SIG or vendor services β any BLE tool recognizes them. The File Transfer Service has its own reference: BLE-File-Transfer-Service.md.
Security. The watch requires a bonded, encrypted connection. Pair with the watch before reading or writing any characteristic.
Servicesο
The standard Bluetooth SIG and Nordic services follow their published specifications β refer to those documents for field formats. The File Transfer Service is UNAβs (Adafruit-based); see its own reference.
Service |
UUID |
Source |
Purpose |
|---|---|---|---|
Device Information |
|
Bluetooth SIG |
Manufacturer, model, serial, firmware/hardware revisions |
Current Time |
|
Bluetooth SIG |
Time sync from the phone |
Battery |
|
Bluetooth SIG |
Battery level |
File Transfer |
|
Adafruit |
File read/write, OTA β see its own reference |
Nordic UART |
|
Nordic |
Serial-style data channel |
Device Information (0x180A)ο
Characteristic |
UUID |
|---|---|
Manufacturer Name |
|
Model Number |
|
Serial Number |
|
Firmware Revision |
|
Hardware Revision |
|
Reading 0x2A26 is the supported way to discover the watchβs firmware version.
Current Time (0x1805)ο
Characteristic |
UUID |
|---|---|
Current Time |
|
Local Time Information |
|
Battery (0x180F)ο
Characteristic |
UUID |
|---|---|
Battery Level |
|
Standard uint8 percentage; subscribe for notifications on level change.
Nordic UART (6E400001-B5A3-F393-E0A9-E50E24DCCA9E)ο
A Nordic UART Service (serial-style channel). Note the two data characteristics are swapped relative to Nordicβs usual convention:
Characteristic |
UUID |
Direction |
|---|---|---|
Watch β client |
|
Notify |
Client β watch |
|
Write / Write Without Response |
Bluetooth SIG service/characteristic formats are defined by the Bluetooth SIG; the File Transfer Service is based on the Adafruit protocol (see its reference).