Same question, as far as I know, esp32 support both type of bluetooth but only examples about ble are available.
Did anyone successfully implement bluetooth scanner using legacy bluetooth ?
Search found 2 matches
- Mon Nov 09, 2020 1:50 am
- Forum: ESP32 Arduino
- Topic: Bluetooth Classic Scanner
- Replies: 9
- Views: 18063
- Sun Oct 11, 2020 6:00 pm
- Forum: ESP32 Arduino
- Topic: OOP in ESP-WROOM-32
- Replies: 0
- Views: 2290
OOP in ESP-WROOM-32
Hi, I'm using ESP32 for my personal project. Currently, I'm making a WIFI manager using a class to scan & save the scanned WIFI network then display the network list on the TFT Screen with pagination (4 items per page). I'm using a class WirelessNetworkManager to store the scanned network & use them...