Hi,
I'm using the nrf51822 and I want to merge Server and Client roles in one Peripheral device. I am already able to send a history of temperature and humidity measurements to my phone, but I don't have possibility to set measurement period in my phone and send this parameter to nrf51. It seems to me that only reasonable way to do it is to convert GATT role of nrf51, to be Server and Client in the same time. In other words, besides sending characteristics from nrf51, I also must read them. Unfortunately, I can't find any example or even clues how to do it. Only example that brings up the issue of setting GATT role is that one: devzone.nordicsemi.com/questi... but it relates to other SoftDevice, and purpose of this application is quite different. I use S130 SoftDevice and SDK 11. I would be grateful for any advice.