public String getLocalDeviceName() {
   assertClosed();
   return localDevice.getName();
 }