convenienceinit() Initializes the central manager without a delegate.
convenienceinit(delegate: (any CBCentralManagerDelegate )?, queue: dispatch_queue_t ?) Initializes the central manager with a specified delegate and dispatch queue.
init(delegate: (any CBCentralManagerDelegate )?, queue: dispatch_queue_t ?, options: [String: Any]?) Initializes the central manager with specified delegate, dispatch queue, and initialization options.
Central Manager Initialization Options
Keys used to pass options when initializing a central manager.
Central Manager State Restoration Options
Keys used to pass state restoration options to the central manager initializer.