A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

L

last(T) - function in io.reactivex.RxBleAdapterStateObservable
 
last(T) - function in io.reactivex.ClientStateObservable
 
last(T) - function in io.reactivex.LocationServicesOkObservable
 
last(T) - function in io.reactivex.ByteArrayBatchObservable
 
lastElement() - function in io.reactivex.RxBleAdapterStateObservable
 
lastElement() - function in io.reactivex.ClientStateObservable
 
lastElement() - function in io.reactivex.LocationServicesOkObservable
 
lastElement() - function in io.reactivex.ByteArrayBatchObservable
 
lastOrError() - function in io.reactivex.RxBleAdapterStateObservable
 
lastOrError() - function in io.reactivex.ClientStateObservable
 
lastOrError() - function in io.reactivex.LocationServicesOkObservable
 
lastOrError() - function in io.reactivex.ByteArrayBatchObservable
 
lazySet(long) - function in java.util.concurrent.atomic.RxBleThreadFactory
 
LEGACY_UNKNOWN - enum entry in com.polidea.rxandroidble2.scan.IsConnectable
 
LegacyScanOperation - class in com.polidea.rxandroidble2.internal.operations
 
lift(ObservableOperator) - function in io.reactivex.RxBleAdapterStateObservable
 
lift(ObservableOperator) - function in io.reactivex.ClientStateObservable
 
lift(ObservableOperator) - function in io.reactivex.LocationServicesOkObservable
 
lift(FlowableOperator) - function in io.reactivex.ByteArrayBatchObservable
 
limit(long) - function in io.reactivex.ByteArrayBatchObservable
 
LOCATION_PERMISSION_NOT_GRANTED - enum entry in com.polidea.rxandroidble2.RxBleClient.State

Runtime location permission is not given. Scanning will not work. Used on API >=23.

APIs 23-28 – ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION

APIs 29-30 - ACCESS_FINE_LOCATION

APIs 31+ - BLUETOOTH_SCAN and ACCESS_FINE_LOCATION (if BLUETOOTH_SCAN does not have neverForLocation flag)

LOCATION_SERVICES_NOT_ENABLED - enum entry in com.polidea.rxandroidble2.RxBleClient.State

Location Services are switched off. Scanning will not work. Used on API >=23.

locationServicesOkObservable() - function in com.polidea.rxandroidble2.ClientComponent
 
LocationServicesOkObservable - class in com.polidea.rxandroidble2.helpers
An Observable that emits false if an attempt to scan with scanBleDevices would cause the exception LOCATION_SERVICES_DISABLED; otherwise emits true.
LocationServicesOkObservableApi23Factory - class in com.polidea.rxandroidble2.internal.util
 
LocationServicesStatus - class in com.polidea.rxandroidble2.internal.util
 
LocationServicesStatusApi18 - class in com.polidea.rxandroidble2.internal.util
 
LocationServicesStatusApi23 - class in com.polidea.rxandroidble2.internal.util
 
LocationServicesStatusApi31 - class in com.polidea.rxandroidble2.internal.util
 
log(int,String,String) - function in com.polidea.rxandroidble2.LogOptions.Logger
 
log(RxBleDeviceServices,BluetoothDevice) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtilBluetoothServices
 
log(int,String,String) - function in com.polidea.rxandroidble2.internal.RxBleLog.Logger
 
logCallback(String,BluetoothGatt,int,BluetoothGattCharacteristic,boolean) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logCallback(String,BluetoothGatt,BluetoothGattCharacteristic,boolean) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logCallback(String,BluetoothGatt,int,BluetoothGattDescriptor,boolean) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logCallback(String,BluetoothGatt,int) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logCallback(String,BluetoothGatt,int,int) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logConnectionUpdateCallback(String,BluetoothGatt,int,int,int,int) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
LogConstants - class in com.polidea.rxandroidble2
 
LogConstants.LogLevel - class in com.polidea.rxandroidble2.LogConstants
 
LogConstants.MacAddressLogSetting - class in com.polidea.rxandroidble2.LogConstants
 
LogConstants.UuidLogSetting - class in com.polidea.rxandroidble2.LogConstants
 
LoggerSetup - class in com.polidea.rxandroidble2.internal.logger
 
LoggerUtil - class in com.polidea.rxandroidble2.internal.logger
 
LoggerUtil.AttributeLogWrapper - class in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
LoggerUtilBluetoothServices - class in com.polidea.rxandroidble2.internal.logger
--------------- ====== Printing peripheral content ====== --------------- PERIPHERAL ADDRESS: AA-BB-CC-DD-EE-FF PERIPHERAL NAME: Device name ------------------------------------------------------------------------- Primary Service - Weight Scale (ce029566-f9eb-11e7-8c3f-9a214cf093ae) Instance ID: 1111 -> Characteristics: * Weight Measurement (ce029962-f9eb-11e7-8c3f-9a214cf093ae) Properties: READ, WRITE, NOTIFY, INDICATE, etc...
LoggingIllegalOperationHandler - class in com.polidea.rxandroidble2.internal.connection
Implementation of IllegalOperationHandler.
logOperationFinished(Operation,long,long) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logOperationQueued(Operation) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logOperationRemoved(Operation) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logOperationRunning(Operation) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logOperationSkippedBecauseDisposedWhenAboutToRun(Operation) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
logOperationStarted(Operation) - function in com.polidea.rxandroidble2.internal.logger.LoggerUtil
 
LogOptions - class in com.polidea.rxandroidble2
Data class for new logger options used inside the library.
LogOptions.Builder - class in com.polidea.rxandroidble2.LogOptions
The builder for LogOptions If a particular setting will not be defined on the builder the produced LogOptions will not overwrite them in the library when passed to updateLogOptions.
LogOptions.Logger - class in com.polidea.rxandroidble2.LogOptions
Simple logging interface for log messages from RxAndroidBlesetLogger
longValue() - function in java.util.concurrent.atomic.RxBleThreadFactory
 
LongWriteOperationBuilderImpl - class in com.polidea.rxandroidble2.internal.connection
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z