I am trying to figure out the bluetooth address of my firetv stick remote. I have adb access enabled and can access firetv stick.
Is there a command to find out the paired / connected devices on my firetv stick ?
thanks in advance.
I am trying to figure out the bluetooth address of my firetv stick remote. I have adb access enabled and can access firetv stick.
Is there a command to find out the paired / connected devices on my firetv stick ?
thanks in advance.
If it were me I would purchase one of these or these. The BT Sniffer works with windows and wireshark and from what I gather is a little easier to use than ubertooth.
Ubertooth documentation can be found here, and requires linux to operate and also works with wireshark. It's not that bad, just takes a little time if you've never used linux before.
Using Ubertooth with Wireshark sniffs out BLE advertising packets exposing the MAC address, as seen here. What you're looking for is the 4th line, Advertising Address. This was a packet of sensor I bought.
Other than that, I'm not sure of any other way to discover a BT MAC address.