diff --git a/Sources/BluetoothHCI/BluetoothHostController.swift b/Sources/BluetoothHCI/BluetoothHostController.swift index b2e3922d8..a4f230ac8 100644 --- a/Sources/BluetoothHCI/BluetoothHostController.swift +++ b/Sources/BluetoothHCI/BluetoothHostController.swift @@ -7,6 +7,7 @@ // import Foundation +import Bluetooth /// Bluetooth HCI controller. public protocol BluetoothHostControllerInterface: AnyObject { @@ -44,7 +45,7 @@ public protocol BluetoothHostControllerInterface: AnyObject { /// Bluetooth HCI errors @frozen -public enum BluetoothHostControllerError: Error { +public enum BluetoothHostControllerError: Error, Sendable { /// The specified adapter could not be found. case adapterNotFound