hello every one
i want to search bluetooth macs by esp32 in arduino IDE but i couldn't find any program to use ,
if you know what should i do please tell me .
thanks
mahdi
Howdy,
Might this be a sample that you could use?
https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleScan.cpp
thanks to mr kolban
i taste this program but it dosent work.
i want to search mac address of devices around with enabled bluetooth
like classic bluetooth
i read in espressif web forum that the classic bluetooth is'n work in sdk yet , do you have any idea about that.
please chek this link:
https://www.esp32.com/viewtopic.php?f=13&t=1209&start=10
From my knowledge bluetooth classic is working on esp-idf but for sure its not working with this library. Its just not implemented yet. Thats why it is BLE library which means bluetooth LE.
Most helpful comment
From my knowledge bluetooth classic is working on esp-idf but for sure its not working with this library. Its just not implemented yet. Thats why it is BLE library which means bluetooth LE.