You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RSSI and Phone MAC address is only seen when the phone is on the Bluetooth screen. I.e., when any other process is running, it doesn't seem to allow the phone to be discoverable.
When I scan from the Pi3, sudo hcitool scan it gives me the following if I'm not on the Bluetooth screen:
Sniffing
Using a Raspberry Pi 3, compile BlueZ.
Then make sure Bluetooth adapter is up:
sudo hciconfig hci0 up
.Then run btmon in the background:
sudo btmon &
Then make a scan using:
sudo hcitool lescan
orsudo hcitool scan
(Source)
Problem
The RSSI and Phone MAC address is only seen when the phone is on the Bluetooth screen. I.e., when any other process is running, it doesn't seem to allow the phone to be discoverable.
When I scan from the Pi3,
sudo hcitool scan
it gives me the following if I'm not on the Bluetooth screen:However, if I goto the Bluetooth screen on my phone, then the scan sees the following:
Another way for discovering, but it doesn't get around the above problem:
The text was updated successfully, but these errors were encountered: