We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d102e1b commit 5f9f11cCopy full SHA for 5f9f11c
Sources/BluetoothLinux/Internal/CInterop.swift
@@ -571,6 +571,10 @@ public extension CInterop {
571
572
public var opcode: UInt16 = 0
573
574
+ // Explicit padding for Linux kernel 6.8+ compatibility
575
+ // The kernel expects 16 bytes but the struct is naturally 14 bytes
576
+ private var _padding: UInt16 = 0
577
+
578
public init() { }
579
}
580
0 commit comments