LEDeviceState Constants Reference
Declared in | LEDevice.h |
LEDeviceState
The connect state of the Device
Definition
typedef NS_ENUM(NSUInteger, LEDeviceState ) {
LEDeviceStateDisconnectedAdvertising,
LEDeviceStateDisconnectedNotAdvertising,
LEDeviceStateConnecting,
LEDeviceStateInterrogating,
LEDeviceStateInterrogationFinished,
};
Constants
LEDeviceStateDisconnectedAdvertising
-
The Device is disconnected and no connection attempt is in progress
Declared In
LEDevice.h
. LEDeviceStateDisconnectedNotAdvertising
-
The Device is disconnected and no longer advertising - the device also returns to this state after a successful connection has been closed
Declared In
LEDevice.h
. LEDeviceStateConnecting
-
A connection attempt is in progress
Declared In
LEDevice.h
. LEDeviceStateInterrogating
-
Connected and interrogating Device for required services
Declared In
LEDevice.h
. LEDeviceStateInterrogationFinished
-
Connected and interrogation complete - device is ready for use
Declared In
LEDevice.h
.
Declared In
LEDevice.h