bluejay
bluejay copied to clipboard
A simple Swift framework for building reliable Bluetooth LE apps.
Summary: I need to be able to distinguish between incoming BLE indications and incoming BLE notifications. I can't find a way to do this now, with the current BlueJay::listen methods....
Summary: When I updated my mobile phone to iOS 16.4, I found my project can't obtain value of `KCBAdvDataManufacturerData`. Steps to Reproduce: 1. I set breakpoint in here. 2. Before...
the demo specified characteristic by serviceid and uuid. Does it means that never can i get the target peripheral's characteristics until you get the required ids. what a bad experience!...
Summary: Device: Buerer BM96 The connection is lost when attempting to write to the characteristic. `let writeHeartRateCharacteristic = CharacteristicIdentifier( uuid: BM96CharacteristicUUID.heartServiceUUID.rawValue, service: ServiceIdentifier(uuid: BM96CharacteristicUUID.customServiceUUID.rawValue) ) private func writeGetAllHeartUser1Measurements() { let...