In SDK5, I found 2 examples : a server GATT in Central & a client GATT in Peripheral...
But in my case my device (nrf52840 board) needs to be :
- a peripheral : slave IoT device advertising and notifying but not connecting
- server Gatt : sending sensors data to the gateway as central (connecting) and client Gatt (write/read data to/from device)
If I took the server gatt example in central, do I need to transform it for running as server gatt peripheral ?
thks