class GattClientConnectionChangeListener
GATT client listener that listens to connection changes with a remote device. Connection changes are available per remote device
GattClientConnectionChangeListener()
GATT client listener that listens to connection changes with a remote device. Connection changes are available per remote device |
fun register(gattConnection: GattConnection): Observable<PeripheralConnectionStatus>
Register a listener for GATT client connection changes |