コード例 #1
0
    public synchronized boolean deregisterCharacteristicsWatcher() {
      Log.d(TAG, "registerCharacteristicsWatcher: ");

      try {
        return mService.deregisterCharacteristicsWatcher(mObjPath);
      } catch (RemoteException e) {
        Log.e(TAG, "", e);
      }

      return false;
    }