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

Summary: ![image](https://user-images.githubusercontent.com/6103133/178915491-91ac642d-82bd-48ed-8933-fb0a7729974b.png) ![image](https://user-images.githubusercontent.com/6103133/178915520-29f9a260-f441-425b-a9e2-bad335c72daf.png) Steps to Reproduce: 1. when start app, it occurs in random circumstances Actual Result: Expected Result: Device, Build, OS:

### Fixes #263: ### Summary of Problem: There's no way to know if a characteristic has the specified CBCharacteristicWriteType when calling write because if it doesn't, success is returned instead...

### Fixes: #225 ### Summary of Problem: We'd like to be able to add and manage services created with Dittojay through JSON instead of having to add them in code....

Summary: There's no way to know if a characteristic has the specified `CBCharacteristicWriteType` when calling `write` because if it doesn't, `success` is returned instead of `fail`. Steps to Reproduce: 1....

Summary: could not write command to device, but could read from device Actual Result: 2020-01-13 09:43:25.884 [Bluejay] [main] > Started write to Characteristic: 0000FFB2-0000-1000-8000-00805F9B34FB, Service: 0000FFB0-0000-1000-8000-00805F9B34FB on 845E44D2-42EE-7B03-CC5D-10675DF5DB09. 2020-01-13 09:43:25.885...

Hello! I making some tests with Bluejay framework and I have a small question. Can you please tell me if it is possible to detect when the iPhone is connecting...

Summary: I used backgroundRestoreMode at bluejay.start mode. But I have a crash in this code when my app start. public func centralManager(_ central: CBCentralManager, willRestoreState dict: [String: Any]) { debugLog("Central...

Summary: When we build project, i found some errors.CBCharacteristic's service is optional type. In CharacteristicIdentifier file, there are two functions using CBCharacteristic.service but not appending ! or ??. The two...

**Summary:** I stumbled upon a crash in my app that happens immediately on app startup, after state preservation/restoration has completed. **Steps to Reproduce:** 1. Be running my app, connected to...