I've been working with the jumpstart examples , and they are working very fine .
https://docs.espressif.com/projects/esp ... ction.html
The Problem I'm having now is I need to detect when a client(mobile phone) is connected to the GATT Server ,
Because the JumpStart Examples are based on
Code: Select all
wifi_provisioning/manager.h
I do need to follow WIFI Provisioning Manager route because it is compatible with Espressif's (IOS/Android) apps
Note:
I know the Examples of Demo GATT Server & Client, but I do need to use the
WIFI Provisioning Manager
Thanks