-
Classes Class Description com.polidea.rxandroidble2.internal.util.UUIDUtil Internal helper class for extracting list of Service UUIDs from Advertisement data com.polidea.rxandroidble2.utils.ConnectionSharingAdapter Observable transformer that can be used to share connection between many subscribers.
-
Interfaces Interface Description com.polidea.rxandroidble2.RxBleConnection.Connector
-
Methods Method Description com.polidea.rxandroidble2.getCharacteristic(UUID) Convenience method for characteristic retrieval. com.polidea.rxandroidble2.setLogLevel(int) A convenience method.Sets the log level that will be printed out in the console. com.polidea.rxandroidble2.scanBleDevices(Array) Returns an infinite observable emitting BLE scan results.Scan is automatically started and stopped based on the Observable lifecycle.Scan is started when the Observable is subscribed and stopped when unsubscribed.You can safely subscribe multiple observers to this observable. com.polidea.rxandroidble2.internal.setLogger(RxBleLog.Logger) Old method to set a custom logger implementation, set it to {@code null}to use default logcat logging.It updates only the logger object.com.polidea.rxandroidble2.internal.setLogLevel(int) Old method to set log level. com.polidea.rxandroidble2.internal.connection.getCharacteristic(UUID) Convenience method for characteristic retrieval. com.polidea.rxandroidble2.getCharacteristic(UUID) Convenience method for characteristic retrieval. com.polidea.rxandroidble2.exceptions.getCharactersisticUUID() Returns characteristic UUID that has not been found