If you are asking a question, please follow this template:
-
My goal is: using the esp32 device to connect to a 3rd party ble device
-
My actions are:
Comparing the ESP-IDF ble examples to mgos bt-common library. -
My expectation & question is:
An example ble gattc example.
Docu says gattc client isn’t implemented, but the code is sitting there in bt-common/src/esp32/esp32_bt_gattc.c . (https://github.com/mongoose-os-libs/bt-common/blob/master/src/esp32/esp32_bt_gattc.c)
There are the ESP-IDF examples, but clearly there are strong similarities between the example code and the code the Cesanta folk have written. The only thing missing for a semi novice like me is an example stringing it together.
Can anyone help out? I’m happy to edit the website docu afterwards to show a proper example.