Skip to content

Commit 8843fcf

Browse files
authored
Merge pull request #182 from zunda-pixel/add-sendable
Add `Sendable` conformance to `ProtocolServiceMultiplexer`
2 parents f68ca7c + 4c708f6 commit 8843fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
/// Protocol/Service Multiplexer (PSM).
10-
public enum ProtocolServiceMultiplexer: UInt8 {
10+
public enum ProtocolServiceMultiplexer: UInt8, Sendable {
1111

1212
/// SDP
1313
case sdp = 0x0001

0 commit comments

Comments
 (0)