Philip Peitsch
Philip Peitsch
If a host is specified, then the automatic address guess via prepareURL always returns undefined for the lanUrlForConfig. This change allows the host to be embedded in the app if...
This is useful for when programs want to react to when the user unplugs the USB device for some reason.
None of these terribly major... just make the API a bit safer to use.
Noticed on some Android 11 variants, might affect other Android versions. If Bluetooth is disabled when the first BLE Central command is executed `bluetoothAdapter.getBluetoothLeScanner()` will be `null`. This null value...
1. Start a scan (e.g., 10s) 2. Wait 5s then abort the scan by calling `stopScan` 3. Start another scan (e.g., 20s) The second scan will abort after only a...
As per https://github.com/don/cordova-plugin-ble-central/blob/f5569e48262da901ee3b82b81ade3c73c5418f8b/src/android/BLECentralPlugin.java#L712 This should fail the scan callback so the calling app understands that the scanning is not in progress.
Related to #888 and #717 The current state restore implementation has no way to retrieve the exact scan or notification event that caused the iOS app to be restored. State...
Tested with Android 10 & Android 11... so far so good 😃
In https://aurelia.io/blog/2018/06/24/aurelia-release-notes-june-2018/#new-templating-features, new support was added to define templates using a class with `$view`, `$resource`, `bindable` and other properties directly set. Would be good to have a section added to...