bluejay icon indicating copy to clipboard operation
bluejay copied to clipboard

A simple Swift framework for building reliable Bluetooth LE apps.

Results 64 bluejay issues
Sort by recently updated
recently updated
newest added

### Fixes [#250](https://github.com/steamclock/bluejay/issues/250): ### Summary of Problem: The current solution assumes that write events without a response can automatically be processed however this isn't the case. If we have a...

### Fixes #206: ### Summary of Problem: In case of device already being connected during restoration phase in `CBCentralManagerDelegate.centralManager(_ central: CBCentralManager, willRestoreState dict: [String: Any])` Bluejay assign connected device to...

### Fixes #119 Fixed bug in start with mode .use (added missing restoration centralManager delegate) and then added queue.start() ### Summary of Problem: There is a missing delegation restoration when...

## Fixes: - #162, Fixed the extraction helper so that it can only extract supported primitives, but also data and string now without crashing - #164, Added documentation on how...

do not merge

Summary: The peripheral I am trying to find with bluetooth scan is not getting listed after addition of few service. Steps to Reproduce: 1. Set Expected services 2. Start scanning...

Could you please update the framework to support Xcode 12/Swift 5.3 or 5.4? "Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3.2 compiler"

To support multiple connections, I try to add an array for connected devices which defined in bluejay.swift, is it the smallest change to implement this feature?

Summary: I am facing a problem related to the execution of very long BLE listen operation that cause problems when app is in background. After a successfully connection I start...