CombineCoreBluetooth icon indicating copy to clipboard operation
CombineCoreBluetooth copied to clipboard

A wrapper API for CoreBluetooth using Combine Publishers

Results 5 CombineCoreBluetooth issues
Sort by recently updated
recently updated
newest added

Presently, we need to check if the peripheralManager's state is `poweredOn` before starting advertising, and if it isn't we need to wait for it to change to that state before...

Consider providing async/await api to types where it makes sense. If supporting pre-iOS 15, the implementation will need to handle the absence of AsyncPublisher with a custom way to get...

I just wanted to let you know that we've been using CombineCoreBluetooth for a few months now, and it makes working with iOS BLE a breeze! The API is very...

Missing return value causes error

If I call the `scanForPeripherals` function immediately after calling `let centralManager: CentralManager = .live() `, I got the error and cannot receive anything. when i call `scanForPeripherals` delay some times...