Hello,
I'm developing a project on NXP FRDM-KW36 board.
I'm using the wireless_uart demo example found in the reccomended SDK, however I would like to use my board as Central and connect it to a Peripheral one (a different board).
I changed the UUID to allow the connection, the device is found and connected, but once I try to send data from Pheripheral to Central, the function BleApp_GattServerCallback is not triggered.
The Peripheral board is configured to provide an indicate service, in particular it's a BLE board with an equipped ble_uart program.
How can I manage the connection with a different board?