Skip to content

Commit

Permalink
Merge "AdapterNativeInterface: remove dead code" into main am: 730f143
Browse files Browse the repository at this point in the history
…am: 7bcfc38 am: a546be3

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2868756

Change-Id: I742480fde0589d74d92f5c537cf8c7fd88c02277
Signed-off-by: Automerger Merge Worker <[email protected]>
  • Loading branch information
wescande authored and android-build-merge-worker-robot committed Dec 14, 2023
2 parents 0cb8c80 + a546be3 commit e18c37c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ boolean getAdapterProperty(int type) {
return getAdapterPropertyNative(type);
}

boolean setAdapterProperty(int type) {
return setAdapterPropertyNative(type);
}

boolean setDeviceProperty(byte[] address, int type, byte[] val) {
return setDevicePropertyNative(address, type, val);
}
Expand Down Expand Up @@ -276,8 +272,6 @@ private native boolean initNative(

private native boolean getAdapterPropertyNative(int type);

private native boolean setAdapterPropertyNative(int type);

private native boolean setDevicePropertyNative(byte[] address, int type, byte[] val);

private native boolean getDevicePropertyNative(byte[] address, int type);
Expand Down

0 comments on commit e18c37c

Please sign in to comment.