class GattClientConnectionStateSetter
Rx wrapper for SetClientConnectionStateTransaction to set GattConnection GattState
GattClientConnectionStateSetter(transactionProvider: SetClientConnectionStateTransactionProvider = SetClientConnectionStateTransactionProvider())
Rx wrapper for SetClientConnectionStateTransaction to set GattConnection GattState |
fun set(gattConnection: GattConnection, destinationState: GattState): Completable
Performs GATT client connection state update This assumes we are connected to the peripheral. |