Thank you for your reply.
1) As you understand about GATT Service and Characteristic on "MYESP32" (Server+Peripheral) and "nRFConnect" (Client+Central) works OK and I can Read & Write to Characteristic. Currently, This can be done with AI2 App also.
2) My question begins at this step. Now
concurrently I have created a
GATT Server on "nRF.." App with name "NEW" and added Service with UUID "deadbeef-a002-c000..." and Characteristic with UUID "deadbeef-a002-c002-...." so now "nRF.." roles are (Client+Central+Server). See this screenshot
here
Here is the screenshot of Advertising of the Service (i.e. from step 2) on "nRF.." App.
Now, When I first time Read from the Characteristic on "MYESP32" It will initiate a connection to the GATT Server running on that particular Client i.e. "nRF..." and Connection phase completes here.
In short, as I can read/write characteristics of "MYESP32" from "nRFConnect" app, It is possible with AI2 app also. But concurrently,
As I can read/write characteristics of "nRFConnect" app from "MYESP32" device, It is not possible with AI2 app. If it is also possible with AI2 app than I want to know. how?
Hope this can help you understand my question.
Thank you.