I have seen documentations for UUIDs but could not find one for Proximity Service
Is it the same as #define BLE_UUID_SCAN_PARAMETERS_SERVICE 0x1813
?
I have seen documentations for UUIDs but could not find one for Proximity Service
Is it the same as #define BLE_UUID_SCAN_PARAMETERS_SERVICE 0x1813
?
Proximity is a bluetooth profile, not a service in itself.
The proximity profile contains several services with UUIDs, namely Link Loss, Immediate Alert and Tx Power services.
On this page you can find a list of all adopted profiles and services
Hi,
Proximity is a profile, not a service. The services used in the proximity profile are:
0x1803 Link Loss service (Mandatory)
0x1802 Immediate Alert service
0x1804 Tx Power service
See the proximity profile specification from bluetooth.org, as well as the proximity example from the nRF5 SDK.
Regards, Terje
You beat me by a minute, @jorg1. Congratulations!
that's a good game to play.