espressif/esp-idf-provisioning-ios

ESP IDF custom endpoints for BLE

noorhaq opened this issue · 3 comments

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.

Hi @noorhaq, this API can used to send data to custom endpoints.

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

Yes, this works for BLE too, make sure your custom endpoint characteristic is discoverable by SDK.