CBCentralManager is an object used by CoreBluetooth on OS X and iOS to manage peripheral devices.
CBCentralManager is an object used by CoreBluetooth on OS X and iOS to manage peripheral devices. On CBCentralManager
, you can find the following methods:
Initializing a Central Manager
– initWithDelegate:queue:
– initWithDelegate:queue:options:
Establishing or Canceling Connections with Peripherals
– connectPeripheral:options:
– cancelPeripheralConnection:
Retrieving Lists of Peripherals
– retrieveConnectedPeripheralsWithServices:
– retrievePeripheralsWithIdentifiers:
– retrieveConnectedPeripherals Deprecated in iOS 7.0
– retrievePeripherals: Deprecated in iOS 7.0
Scanning or Stopping Scans of Peripherals
– scanForPeripheralsWithServices:options:
– stopScan
Monitoring Properties
state property
delegate property