esp-idf_Bluetooth_Multi-Service icon indicating copy to clipboard operation
esp-idf_Bluetooth_Multi-Service copied to clipboard

A modularized, simplified template for adding Bluetooth LE with multiple services to an ESP32 project using the ESP-IDF

Results 7 esp-idf_Bluetooth_Multi-Service issues
Sort by recently updated
recently updated
newest added

update readme with IDF 3.x requirement and add shameless plug for my example cordova app

It doesnt build with VSCode 1.58.2 and IDF 4.3

The examples only show useage with 16-bit UUID. My application requires a unique 128-bit UUID for our custom service. It's not clear what to change.

I see there is support for long write (prepare/exec write) and it works with Android. But I also need long read. It seems the example is missing the logic to...