Skip to content

Commit

Permalink
Copied files from native CoreBluetooth version to CoreBluetoothMock
Browse files Browse the repository at this point in the history
  • Loading branch information
NickKibish authored and github-actions[bot] committed Oct 1, 2023
1 parent 4382d16 commit 9891a1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public class CentralManager {
/// - queue: The queue to perform operations on. Default is the main queue.
public init(
centralManagerDelegate: ReactiveCentralManagerDelegate =
ReactiveCentralManagerDelegate(), queue: DispatchQueue = .main
ReactiveCentralManagerDelegate(), queue: DispatchQueue = .main,
options: [String: Any]? = nil
) {
self.centralManagerDelegate = centralManagerDelegate
self.centralManager = CBMCentralManagerFactory.instance(
Expand Down

0 comments on commit 9891a1f

Please sign in to comment.