fun set(gattConnection: GattConnection, destinationState: GattState): Completable
Performs GATT client connection state update This assumes we are connected to the peripheral.
gattConnection
- The GattConnection object
Return
A Completable that will complete once transaction has been completed.