-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It shows only one device #2
Comments
Each of those lines is a detected Bluetooth LE advertising packet. A single advertising device may be the source of many packets. You can tell distinct devices by the MAC address, e.g. 73:F2:DF:C0:BA:01 |
Thanks for your prompt response David, |
Perhaps your phone is showing the Linux computer that is doing the scanning? A scanning device cannot detect its own transmission. |
Both Android and iOS devices rotate their MAC addresses about every ~15 min. Laptops may or may not do the same. Raspberry Pi computers and dedicated Bluetooth peripherals typically do not. The first two bytes after FF are the Bluetooth SIG registered company code for the manufacturer advertisement. So when you see FF 06 00, that means it is a device by company code 0x0006 "Microsoft Corp." See here: https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers/ |
When I scan with my android it shows many devices.
output sample:
What am I missing?
The text was updated successfully, but these errors were encountered: