RxBluetoothKit
RxBluetoothKit copied to clipboard
iOS & OSX Bluetooth library for RxSwift
I have connected bluetooth device then simulated a case that bluetooth device is far away or missing. I could catch event that disconnected. When the device is in range and...
**Describe the bug** Working on an app that implements a wrapper class that tracks Connected Peripherals and retains the disposable so it can be used for disconnect purposes per the...
Add please protocols for scanned peripheral, peripheral, manager and other stuff because difficult to mock for unit tests.
This library has worked very well for us, but since it's no longer maintained and my projects are dropping RxSwift, I created a Combine wrapper for CoreBluetooth, written with testability...
https://github.com/Polidea/RxBluetoothKit/issues/394
**Describe the bug** Can't compile the library into xcframework due to following issue: ``` import RxSwift ^ ** ARCHIVE FAILED ** The following build commands failed: CompileSwift normal arm64 CompileSwiftSources...
I have two characteristics one to read a notification and a characteristic to write. Thing is I want to write once reading is successful. Right now i’m discovering both characteristics,...
How do you subscribe to all notifiable features at the same time?
**Describe the solution you'd like** As most protocol messages send over Bluetooth LE will not fit in the 20 bytes suggested max size of sending data to peripheral. Might it...