Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 366 forks source link

IsScanning property #365

Closed ghost closed 3 years ago

ghost commented 4 years ago

Is your feature request related to a problem? Please describe. I need to know if the bluetooth is in scan mode, but I do not found a way

Describe the solution you'd like A simple property (and maybe a observable) which I can check if the there is a scan in progress

dariuszseweryn commented 4 years ago

Hello, you can simply track if the app has started scanning, no?

ghost commented 4 years ago

I appreciate your work and I thank for the effort you put in build this library, but obviously I can track the state and my app now check and store if the bluetooth is scanning, but a library of this kind should track his own state internally (active, connected, scan etc).