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
?
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
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