Hi,
I am developing an application where the device should support both central and peripheral roles at the same time. My devices are connecting to a mobile phone. All the devices should start up as peripherals and will connect to the mobile phone using a static pass key. Mobile phone will bond with the device to avoid manual pairing later. After that, mobile phone will set one of the device as a master. Then master device will act as a central and connect with other devices with that pass key but should not perform bonding.
How can i enable bonding for peripheral role and disable it for central role?
I am using SDK 16 and relay example as reference.
Thanks