Open tekreme73 opened 7 years ago
Add the acceptAllDevices property to match the Bluetooth spec
dictionary RequestDeviceOptions { sequence<BluetoothLEScanFilterInit> filters; sequence<BluetoothServiceUUID> optionalServices = []; boolean acceptAllDevices = false; };
Bluetooth Spec
<platinum-bluetooth-device accept-all-devices optional-services='["batteryService"]'> </platinum-bluetooth-device>
or
<platinum-bluetooth-device accept-all-devices="true|false" optional-services='["batteryService"]'> </platinum-bluetooth-device>
Request description
Add the acceptAllDevices property to match the Bluetooth spec
Bluetooth Spec
Example
or