Search found 1 match
- Sat Apr 27, 2024 8:09 pm
- Forum: ESP-IDF
- Topic: Using Bluetooth Classic on an ESP32C6
- Replies: 1
- Views: 956
Using Bluetooth Classic on an ESP32C6
Hiya, I've got a new ESP32-C6-DevKitM-1 and wanted to do some basic bluetooth stuff like scanning (discovering) other devices using GAP. Unfortunately there are linker errors, which I could trace down to a missing "CONFIG_BT_CLASSIC_ENABLED" #define: I'm using ESP-IDF v5.2.1 and the ESP-IDF extensio...