BluetoothException constructor

BluetoothException(
  1. String code,
  2. String message
)

Implementation

BluetoothException(this.code, this.message);