Description
1. What you are trying to do
Currently, I'm trying to implement bluetooth scanner function for my esp32 device.
I have been searching on internet for tutorial but mostly, they are about:
- Make connection FROM app to ESP
- Using ESP Bluetooth Low energy.
However, I have many devices which only support Bluetooth legacy (Bluetooth classic)
I would like to use ESP32 for scanning for bluetooth classic devices and make a connection to them
2. Describe your system (Hardware, computer, O/S, core version, environment)
- Windows 10
- x64
- IDE Clion
3. Describe what is failing
There is no tutorial about using Bluetooth classic for scanning for devices.
I have found this example about classic bluetooth discovery.
From my view, I'm just a beginner to embedded and just started from arduino framework.
I don't know how to convert this code to Arduino code structure, therefore, not so sure whether that example meets my expectation or not.
**4. Show the shortest possible code that will duplicate the error **
- N/A
Can anyone provide an example about using Classic Bluetooth (Bluetooth legacy) for scanning devices please ?
Thank you,