Implement isScanning api (#188)

* Implement isScanning api

* Improve IOS scanning api

* Update Readme and Changelog
This commit is contained in:
Rohit Sangwan
2025-11-12 19:27:44 +05:30
committed by GitHub
parent c3b97e414f
commit 34b39597fd
23 changed files with 193 additions and 12 deletions
+3
View File
@@ -80,6 +80,9 @@ UniversalBle.startScan(
// Stop scanning
UniversalBle.stopScan();
// Check if scanning
UniversalBle.isScanning();
```
Before initiating a scan, ensure that Bluetooth is available: