You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first issue is probably fixed by just changing required sequence<AllowedBluetoothDevice> allowedDevices; to required sequence<AllowedBluetoothDevice> allowedDevices; = []; in the definition of BluetoothPersistentStorage.
The second issue just requires another step after initializing allowedDevice.deviceId.
Unless I missed something, step 4.1 in the add an allowed Bluetooth device algorithm handles the case where no device is found in
allowedDevices
but:allowedDevice
, whereas the starting point is "If one [allowedDevice
] is not found"allowedDevice
to the storage, which it probably should?The text was updated successfully, but these errors were encountered: