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