when I enter print(bluetooth.discover_devices())
, there isn't MAC address of my phone in console, although bluetooth is turned up in my phone. I want to know why this is happening.
Asked
Active
Viewed 176 times
0

pinkcat
- 327
- 4
- 17
-
I guess the bluetooth versions and/or profiles of the two devices do not match, but as you haven't disclosed what either device is, that will have to remain a guess... https://stackoverflow.com/q/50443456/2836621 – Mark Setchell Jan 08 '20 at 07:27
-
@MarkSetchell, My phone is Samsung Galaxy S8, my computer is hp pavilion all-in-one 24-r0xx – pinkcat Jan 08 '20 at 09:16
-
So, try Googling your devices and seeing what version of Bluetooth and which profiles they each support. – Mark Setchell Jan 08 '20 at 09:17
-
@MarkSetchell, I found out, that my phone uses version 5.0, my computer uses version 4.2. How to fix it? – pinkcat Jan 08 '20 at 09:25