it is detected and i can see the MAC address well in Terminal using Bluetooth scan on command but i want to do that in python ,
i used this:
Code: Select all
nearby_devices = bluetooth.discover_devices(lookup_names = True)
can anyone help me on this.