Skip to content

Commit

Permalink
remove Unused API
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Apr 26, 2024
1 parent b84be2a commit 1788318
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,6 @@ public boolean removeKeySet(int keySetId) {
return removeKeySet(deviceControllerPtr, keySetId);
}

public long getRemoteDeviceId(long devicePtr) {
return getRemoteDeviceId(deviceControllerPtr, devicePtr);
}

public void onConnectDeviceComplete() {
completionListener.onConnectDeviceComplete();
}
Expand Down Expand Up @@ -1591,8 +1587,6 @@ private native void updateCommissioningICDRegistrationInfo(

private native void shutdownCommissioning(long deviceControllerPtr);

private native long getRemoteDeviceId(long deviceControllerPtr, long devicePtr);

static {
System.loadLibrary("CHIPController");
}
Expand Down

0 comments on commit 1788318

Please sign in to comment.