Bluetooth icon indicating copy to clipboard operation
Bluetooth copied to clipboard

Pure Swift Bluetooth library

Results 14 Bluetooth issues
Sort by recently updated
recently updated
newest added

Implement BLE mesh protocol.

enhancement

https://www.bluetooth.com/specifications/specs/internet-protocol-support-profile-1-0/ https://www.rfc-editor.org/rfc/rfc7668.html Hello! I'm interested in developing an app the supports an IoT device that uses IPv6 over BLE ([RFC7668](https://www.rfc-editor.org/rfc/rfc7668.html)) in Swift. While iOS doesn't support [IPSP ](https://www.bluetooth.com/specifications/specs/internet-protocol-support-profile-1-0/) natively like...

Add support for `ExpressibleByIntegerLiteral` for `UInt128` with Swift 5.8 [`StaticBigInt`](https://github.com/apple/swift-evolution/blob/main/proposals/0368-staticbigint.md) type.

Fix continuation crash ``` _Concurrency/CheckedContinuation.swift:184: Fatal error: SWIFT TASK CONTINUATION MISUSE: send(_:response:) tried to resume its continuation more than once, throwing CancellationError()! ``` [GATT-crash.txt](https://github.com/PureSwift/Bluetooth/files/10029632/GATT-crash.txt)

bug