-
Notifications
You must be signed in to change notification settings - Fork 22
iOS Docs
Hans Knöchel edited this page Jan 8, 2017
·
19 revisions
isScanning()
startScan()
-
startScanWithServices([String])
- [String]: Required - Array of UUID-Strings
stopScan()
-
connectPeripheral(Peripheral, Object)
- Peripheral: Required
- Object: Optional -
notifyOnConnection
,notifyOnDisconnection
,notifyOnNotification
-
cancelPeripheralConnection(Peripheral)
- Peripheral: Required
-
state
(MANAGER_STATE_*
)
didUpdateState
willRestoreState
didDiscoverPeripheral
didConnectPeripheral
didFailToConnectPeripheral
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
(To be documented)
--
-
MANAGER_STATE_UNKNOWN
(int) -
MANAGER_STATE_UNSUPPORTED
(int) -
MANAGER_STATE_UNAUTHORIZED
(int) -
MANAGER_STATE_POWERED_OFF
(int) -
MANAGER_STATE_POWERED_ON
(int) -
MANAGER_STATE_RESETTING
(int)