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.
2 parents f68ca7c + 4c708f6 commit 8843fcfCopy full SHA for 8843fcf
1 file changed
Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift
@@ -7,7 +7,7 @@
7
//
8
9
/// Protocol/Service Multiplexer (PSM).
10
-public enum ProtocolServiceMultiplexer: UInt8 {
+public enum ProtocolServiceMultiplexer: UInt8, Sendable {
11
12
/// SDP
13
case sdp = 0x0001
0 commit comments