Dear Nordic Team,
Currently i am trying Beacon Observer,Please suggest sample code for my application. It is non connectable beacon. I am using SDK 11.0
Thanks in advance.
Dear Nordic Team,
Currently i am trying Beacon Observer,Please suggest sample code for my application. It is non connectable beacon. I am using SDK 11.0
Thanks in advance.
If its just a beacon, then I don't think you code acts as an observer, I think you just scan for becaons.
Try any of the ble_central examples e.g.
SDK_V12.1.0\examples\ble_central\ble_app_hrs_c
As this scans for a device with the HRS service, so could probably be adapted to what you want
If its just a beacon, then I don't think you code acts as an observer, I think you just scan for becaons.
Try any of the ble_central examples e.g.
SDK_V12.1.0\examples\ble_central\ble_app_hrs_c
As this scans for a device with the HRS service, so could probably be adapted to what you want