Environment:
Win 7
Chrome: 30.0.1566.2 dev-m
BLE Chipset: Broadcom BCM20702
I am attempting to connect to a BLE device using the following steps:
- startDiscovery : To look for devices.
- On finding a device I check if the device is the one I want based on the hardware address
- Once I find the device I call stopDiscovery to stop discovery
- On the stop discovery callback I attempt to connect to the device
When I try this I receive an "Invalid device" error. Is there a way for me to find out in a little bit more detail about why this error is occurring? I did see the error message in Chromium source, so I am pretty sure I am not getting this from the device, but I could be wrong.
Is this a problem with my environment? Does BLE work with windows or is it currently feature complete only on ChromeOS?
Any help would be great!
Thank you!