clearProbeInfo method

List<int> clearProbeInfo()

结束工作 使用UUID(elinkWriteAndNotifyUuid: FFE3)的特征值写入 Write using the characteristic value of UUID(elinkWriteAndNotifyUuid: FFE3)

Implementation

List<int> clearProbeInfo() {
  final payload = List.filled(2, 0x00);
  payload[0] = 0x35;
  return ElinkCmdUtils.getElinkA6Data(payload);
}