This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Reading Bluetooth beacon data with Mesh SDK?

I want to read data, advertised by a bluetooth beacon. I have made this work before with SDK v14 using NRF_SDH_BLE_OBSERVER() to register a handler function to handle BLE_GAP_EVT_ADV_REPORTmessages.

But now I am working with Mesh SDK v0.10. and i can't seem to find anything similar. I am using S132 v5, is it not included in this softdevice?

I also include some files from SDK v12.1, can I find this functionality here instead?

Related