示例#1
0
 public Task <bool> DisconnectDeviceById(string deviceId)
 {
     return(_bluetoothManager.Disconnect(deviceId));
 }