Skip to content

Commit 55b1b62

Browse files
committed
Fix BluetoothManager options not being passed to RxCBCentralManager
1 parent 8299d22 commit 55b1b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/BluetoothManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class BluetoothManager {
9191
*/
9292
convenience public init(queue: DispatchQueue = .main,
9393
options: [String : AnyObject]? = nil) {
94-
self.init(centralManager: RxCBCentralManager(queue: queue),
94+
self.init(centralManager: RxCBCentralManager(queue: queue, options: options),
9595
queueScheduler: ConcurrentDispatchQueueScheduler(queue: queue))
9696
}
9797

0 commit comments

Comments
 (0)