public class BleAlreadyConnectedException extends BleException
io.reactivex.Observable returned by the function
RxBleDevice.establishConnection(boolean) or other establishConnection() overloads when this kind
of observable was already subscribed and RxBleConnection is currently being established or active.
To prevent this exception from being emitted one must either:
* always unsubscribe from the above mentioned Observable before subscribing again
* io.reactivex.Observable#share() or io.reactivex.Observable#publish() the above mentioned
Observable so it will be subscribed only once
| Constructor and Description |
|---|
BleAlreadyConnectedException(java.lang.String macAddress) |