Compare commits

..

No commits in common. "937a3298c8f82e2715f3bf2bcbdfb4b021be9af8" and "c4c0c46d71eadfee054881dad572e251cbb8c571" have entirely different histories.

View File

@ -32,7 +32,7 @@ Reading from the battery level characteristic yields a single byte of data. This
#### Heart Rate #### Heart Rate
Reading from the heart rate characteristic yields two bytes of data. I am not sure of the function of the first byte. It appears to always be zero. The second byte can be converted to an unsigned 8-bit integer which is the current heart rate. This characteristic also allows notify for updates as the value changes. Reading frim the heart rate characteristic yields two bytes of data. I am not sure of the function of the first byte. It appears to always be zero. The second byte can be converted to an unsigned 8-bit integer which is the current heart rate. This characteristic also allows notify for updates as the value changes.
--- ---
@ -41,7 +41,7 @@ Reading from the heart rate characteristic yields two bytes of data. I am not su
InfiniTime uses the Alert Notification Service (ANS) for notifications. The relevant UUIDs are as follows: InfiniTime uses the Alert Notification Service (ANS) for notifications. The relevant UUIDs are as follows:
- New Alert: `00002a46-0000-1000-8000-00805f9b34fb` - New Alert: `00002a46-0000-1000-8000-00805f9b34fb`
- Notification Event: `00020001-78fc-48fe-8e23-433b3a1942d0` - : `00020001-78fc-48fe-8e23-433b3a1942d0`
#### New Alert #### New Alert