Skip to content

Commit 9891a1f

Browse files
NickKibishgithub-actions[bot]
authored andcommitted
Copied files from native CoreBluetooth version to CoreBluetoothMock
1 parent 4382d16 commit 9891a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public class CentralManager {
7474
/// - queue: The queue to perform operations on. Default is the main queue.
7575
public init(
7676
centralManagerDelegate: ReactiveCentralManagerDelegate =
77-
ReactiveCentralManagerDelegate(), queue: DispatchQueue = .main
77+
ReactiveCentralManagerDelegate(), queue: DispatchQueue = .main,
78+
options: [String: Any]? = nil
7879
) {
7980
self.centralManagerDelegate = centralManagerDelegate
8081
self.centralManager = CBMCentralManagerFactory.instance(

0 commit comments

Comments
 (0)