- From: kuzmiakmiroslav via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Mar 2020 17:00:58 +0000
- To: public-web-bluetooth-log@w3.org
kuzmiakmiroslav has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth:
== Bluetooth low energy (BLE, navigator.bluetooth.requestLEScan) not working on windows 10 ==
Hello hello, I'm trying to create an application to scan the bluetooth device , especially on windows and android , my simple code
` navigator.bluetooth.requestLEScan({
keepRepeatedDevices: true,
acceptAllAdvertisements: true
}).then(() => {
navigator.bluetooth.addEventListener('advertisementreceived', event => {
console.log("data", event )
});
})`
it works everywhere on an android (chrome browser), macbook (chrome browser) , but windows (chrome browser) it doesn't work on windows, how can i fix or can you help me ? because windows , android is important to me
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/483 using your GitHub account
Received on Wednesday, 25 March 2020 17:01:00 UTC