Skip to content

Commit d42033b

Browse files
authored
Merge pull request #69 from Orgmir/central_manager_options_fix
Fix BluetoothManager options not being passed to RxCBCentralManager
2 parents 8299d22 + 55b1b62 commit d42033b

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)