RedBullet
Posts: 12
Joined: Fri Jan 29, 2016 2:23 pm

help understanding Bluetooth Scanning

Tue Jan 08, 2019 8:27 pm

So when i start scanning for Bluetooth devices like:

Code: Select all

bluetoothctl
scan on
and I get a bunch of MAC addresses. I realize these are all Bluetooth devices "nearby" but what am I actually seeing?

Is it only showing devices that are in "discovery" mode?

User avatar
Douglas6
Posts: 4874
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: help understanding Bluetooth Scanning

Wed Jan 09, 2019 1:52 am

You are actually seeing two different types of devices:
1. Any classic Bluetooth devices which are in discoverable mode. Shouldn't be that many, unless you explicitly put them in discoverable mode.
2. Any BLE devices that are advertising. That will be the great majority of BLE devices within range.

Return to “General discussion”