Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Sources/BluetoothLinux/Internal/CInterop.swift
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ public extension CInterop {

public var opcode: UInt16 = 0

// Explicit padding for Linux kernel 6.8+ compatibility
// The kernel expects 16 bytes but the struct is naturally 14 bytes
private var _padding: UInt16 = 0

public init() { }
}
}
Expand Down