BleGattServerException constructor

BleGattServerException(
  1. int errorCode,
  2. String message
)

Implementation

BleGattServerException(this.errorCode, this.message);