运行heart-rate-sensor example,我无法在chrome.bluetooth.getDevices
来电后的最终回调中检测到BLE设备(已知良好的心率传感器评估套件)。
即使我尝试每5秒定期重新调用getDevices
:
setInterval(chrome.bluetooth.getDevices, 5000, onDeviceSearchCompleted);
并且玩具装置上的电源,我只看到我之前在onDeviceSearchCompleted
回调中连接的音频设备。
该设备显然是广告和可发现的,因为我可以通过此mac app看到它。
答案 0 :(得分:2)
尚未在OSX或Windows上实施BLE Chrome API。继续等待。太糟糕了,Chrome Bluetooth API没有提到支持的操作系统。它也让我寄予厚望。