ESP IDF custom endpoints for BLE
noorhaq opened this issue · 3 comments
noorhaq commented
In the sdk provided I am unable to find information on how to send data to custom endpoints added in esp idf from mobile app.
Please help.
vikas-chandra-mnnit commented
noorhaq commented
I think this is for the softAp provisioning will it work for ble provisioning too.
Because I tried using this function and it didn't work.
The parameters were
sendData('endpoint', 'data', handler);
Also tried
sendconfigdata and sendsession data apis too
vikas-chandra-mnnit commented
Yes, this works for BLE too, make sure your custom endpoint characteristic is discoverable by SDK.