KGattConnextState constructor

KGattConnextState(
  1. KGattDevice device,
  2. int status,
  3. int newState
)

Implementation

KGattConnextState(this.device, this.status, this.newState);