Package no.nordicsemi.android.ble
See: Description
-
Class Summary Class Description ReadRssiRequest SimpleValueRequest A value request that requires a callback or can't have timeout for any other reason. AwaitingRequest ReadRequest WaitForReadRequest WriteRequest ConnectRequest The connect request is used to connect to a Bluetooth LE device. ConditionalWaitRequest SleepRequest DisconnectRequest MtuRequest SetValueRequest Request On Android, when multiple BLE operations needs to be done, it is required to wait for a proper BluetoothGattCallback callback before calling another operation. TimeoutableValueRequest A value request that requires a callback or can't have timeout for any other reason. BleManager The BleManager is responsible for managing the low level communication with a Bluetooth LE device. RequestQueue A base class for a request queue. TimeoutableRequest A base class for requests that can be canceled or can time out. BleServerManager The manager for local GATT server. ReliableWriteRequest This queue performs the operations using Reliable Write, also known as Queued Write, procedure. LegacyBleManager When migrating from BLE Manager 2.1.1 to 2.2.0, the BleManager is no longer a template class. ConnectionPriorityRequest WaitForValueChangedRequest PhyRequest SimpleRequest A request that requires a callback or can't have timeout for any other reason. ValueChangedCallback -
Interface Summary Interface Description Operation An operation is a request that can be executed during a pending connection without changing connection state. Condition The condition object. BleManagerCallbacks The BleManagerCallbacks should be overridden in your app and all the 'high level' callbacks should be added there.