BLECombineKit icon indicating copy to clipboard operation
BLECombineKit copied to clipboard

CoreBluetooth abstraction layer for iOS, macOS, TvOS and WatchOS development environments. Powered by Combine.

Results 3 BLECombineKit issues
Sort by recently updated
recently updated
newest added

Added a state publisher and fixed retrieving peripherals and connecting to them, which didn't work

Hi, centralManager.scanForPeripherals(withServices:, options:) which returns AnyPublisher acts as a hot observable since it executes original Apple provided scanForPeripherals(withServices:, options:) under the hood, which is a side effect. Alternatively, that call...