I m working on cc2340R5 launchpad. Using your sdk examples code, i made the device as peripheral-server. And i am able to connect with the peripheral device from a smart phone and able to read and write data from smart phone to the peripheral device.
Note: i have two launch pad devices.
Now, i made one device as peripheral-server and other one as central-client.
I am able to connect the peripheral device(launchpad_1) from central device (launchpad_2).
but there is no example code in your SDK for how a central client device will read and write data to the server.
Even in your BLE stack user guide, i m not able to find the topics regarding how the client make queries to server (application -coding wise).
if you have example code for how a client device will query the server device, please share us. it will be very helpful to understand your BLE stack and easy to develop our application.
otherwise, guide us how to make queries from central client to peripheral server using your BLE stack and bleUtilApp.