SwiftBluetooth icon indicating copy to clipboard operation
SwiftBluetooth copied to clipboard

๐Ÿ“ฒ CoreBluetooth API's for modern Swift

Results 8 SwiftBluetooth issues
Sort by recently updated
recently updated
newest added

It is important to expose the adv data and RSSI outside of the library for the discovered peripherals. This information contains critical data in the adv data that will be...

Hi, [Apple announced](https://developer.apple.com/news/?id=3d8a9yyh) that, starting May 1, they would start enforcing that all new apps and updates must declare approved reasons for using specific APIs in a privacy manifest, preventing...

Hey, thanks for the great push forward to a more modern BLE implementation! I have an issue when using typealias for CBPeripheral, when using another modules function that require a...

There are 8 cases of `fatalError()` in the non-test code. This is really not acceptable for production code. There are several remedies: 1. These really are coding errors. I don't...

Rename some functions that contained spelling errors. Where necessary mark the old spelling deprecated.

No symbols were changed in this commit

Hi! Great project. Would appreciate a method to receive a change in the disconnect event without having to use regular Core-Bluetooth's Delegate functionality. Thanks a lot ๐Ÿ˜„