-
I would say this is a good starting point
https://github.com/espruino/Espruino/tree/master/targets/esp32
this is a good starting point than dive into folder BLE
and than check what's possible:
http://www.espruino.com/Reference#BluetoothDevice
http://www.espruino.com/Reference#BluetoothRemoteGATTCharacteristic
http://www.espruino.com/Reference#BluetoothRemoteGATTServer
http://www.espruino.com/Reference#BluetoothRemoteGATTServiceIf you like you can share your tests so it could be added to this folder
https://github.com/espruino/Espruino/tree/master/targets/esp32/tests
@JumJum Do you have some test snippets you used during the implementation you like to share?
Is there a simple way to lookup exactly which BLE functions ARE supported by the latest and greatest for the ESP32? I just need some simple BLE GATT client support for my application...
When you look at Gordon's support page he flat states the NO BLE support is in the binary, so anything is a win/win.