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

Add Peripheral Privacy Flag and Reconnection Address characteristics to Generic Access Service in nRF52832

Hi,

I followed the tutorials you made to start developing BLE applications for nRF52 series development board. Then I started to make my custom application (in fact, it is an application that already exists in a device of our company), following your guidelines and your SDK notes.

I had no problems while implementing my own service and the Device Information Service. Everything OK 'till this point.

My question is: how do I add the Peripheral Privacy Flag characteristic and Reconnection Address characteristic to the Generic Access Service (which is mandatory as far as I know)?

I started from the template found in the examples files, and it implements, I don't know how, the Device Name, Appearance and Peripheral Preferred Connection Parameters characteristics by default. I would like to be able to add or remove characteristics to the Generic Access Service so my custom application in nRF52 dev board resembles exactly like the BLE application in our company's device, which is implemented using a different SDK not from Nordic and has all five characteristics defined for this service.

Best regards!

Related