Page 1 of 1

Scanning while device is invisible to other devices

Posted: Wed Sep 14, 2022 8:15 am
by Ceranthor
Hi,
I need to create bluetooth scan as the part of the system for esp32 which will scan nearby devices and return list of the devices with the specific name while remaining invisible for phones and laptops. Is it even possible to make esp invisible for other device while scanning?
Greetings

Re: Scanning while device is invisible to other devices

Posted: Sat Sep 17, 2022 10:57 am
by chegewara
Yes. Did you try any ble client example?

Re: Scanning while device is invisible to other devices

Posted: Thu Oct 06, 2022 7:37 am
by Ceranthor
Hi i do not have any experience in bluetooth - I was using only mesh. My goal is to scan the nearby area every 5 minutes and search for device with specific name and lated send that list via mesh to root device. Do you have any advice where to start?