Use isMultipleAdvertisementSupported to check whether PeripheralManager is supported on this device, closes #83 (#85)

* Use `isMultipleAdvertisementSupported` to check whether `PeripheralManager` is supported on this device.

* 6.0.2

* 6.0.2

---------

Co-authored-by: yanshouwang <yanshouwang@outlook.com>
This commit is contained in:
渐渐被你吸引
2024-06-30 20:17:57 +08:00
committed by GitHub
parent c9f0e7e5ee
commit 78e74f7793
7 changed files with 21 additions and 11 deletions

View File

@ -1,3 +1,7 @@
## 6.0.3
* [Use `isMultipleAdvertisementSupported` to check whether `PeripheralManager` is supported on this device.](https://github.com/yanshouwang/bluetooth_low_energy/issues/83).
## 6.0.2
* Fix the warning issue.