-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Verification
- I searched for similar feature request and found none was relevant.
Pitch us your idea!
Expose the HR service UUID in ADV so that 3rd party application detects the PineTime as a HR device
Description
OpenTracks reported that a PineTime running InfiniTime is not detected as a HR device because the UUID of the HR service is not exposed in the ADV packet.
See OpenTracksApp/OpenTracks#1063 and OpenTracksApp/OpenTracks#1069.
Adding this UUID in ADV would allow companion apps to detect the PineTime as a HR device without needed to connect and discover the services running on the PineTime.
Basically, we would need to add the specific UUID here : https://github.com/InfiniTimeOrg/InfiniTime/blob/develop/src/components/ble/NimbleController.cpp#L162
- What are the implications of adding multiple UUIDs to the ADV packet?
losuler, jmaris and florisre