RxBluetoothKit
RxBluetoothKit copied to clipboard
iOS & OSX Bluetooth library for RxSwift
There are some changes to the Core Bluetooth API. ```swift CBService unowned(unsafe) var peripheral: CBPeripheral { get } CBCharacteristic unowned(unsafe) var service: CBService { get } CBDescriptor unowned(unsafe) var characteristic:...
**Is your feature request related to a problem? Please describe.** Apps using `RxBluetoothKit` with iOS 15 SDK cannot be built. **Describe the solution you'd like** Fix issues related to `CoreBluetooth`...
Hello everyone, thank you for the great job with this library 🎉 I used this lib for my app but I facing the following problem: After I received data from...
need to capture Remote ID signals. Is this possible using this library? If not, how can we achieve?
**Describe the bug** I have two services in one peripheral. Service A 55AA0148-0001-55AA-1461-227D5E1F4C35 with characteristic tx: 55AA0001-0001-55AA-1461-227D5E1F4C35 Service B 55AA0248-0001-55AA-1461-227D5E1F4C35 with similar characteristic tx: 55AA0001-0001-55AA-1461-227D5E1F4C35 When I try to observe...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** Because of a bug with xcodebuild reported [here](https://openradar.appspot.com/20490378) and [here](https://github.com/Carthage/Carthage/issues/347), when RxBluetoothKit project is integrated directly as a source dependency inside another project (not via Carthage), Xcodebuild...
When terminated the app the connection is still restored but when the device lose connection it can't reconnect again class BluetoothManager { //MARK: - Singelton static let shared = BluetoothManager()...