Reputation: 21
This seems an easy issue to solve, but I really could not find any good answer for the past 10h.
According to browser and platform implementation status for Web-bluetooth, I should be able to pair BLE devices using Chrome (Version 60.0.3112.101) on a MacBook Pro 2011.
I use a BLE Peripheral Simulator App and I can pair it with other devices. However, I cannot pair it using Chrome on Mac as it does not find any devices (I use this demo for testing).
What am I doing wrong?
Upvotes: 0
Views: 2403
Reputation: 21
I just found the answer. It turns out that my Mac (from 2011) is not ready for BLE.
If your Mac is equipped with BLE, LMP Version will say 0x6. My LMP Version is 0x4.
Upvotes: 1