OSDN Git Service

Bluetooth GATT callback naming fix "Ext" -> "" (1/2)
authorJakub Pawlowski <jpawlowski@google.com>
Mon, 27 Mar 2017 19:14:40 +0000 (12:14 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 27 Mar 2017 19:27:57 +0000 (19:27 +0000)
commitd7116bea0698f58e93003d2046411a2624dd1ab1
tree529a095af3e385e8259c124c60d23c20412c6546
parenta1e206a335f5050618564d2129fbc2bcd0e20730
Bluetooth GATT callback naming fix "Ext" -> "" (1/2)

Gatt callback don't need the "Ext" postfix, as it was removed from new
API.

Test: manual
Bug: 30622771
Change-Id: I54596ffdcb818343cc313123266cfa16291c6236
Android.mk
core/java/android/bluetooth/BluetoothGatt.java
core/java/android/bluetooth/BluetoothGattServer.java
core/java/android/bluetooth/IBluetoothGatt.aidl
core/java/android/bluetooth/IBluetoothGattCallback.aidl [moved from core/java/android/bluetooth/IBluetoothGattCallbackExt.aidl with 97% similarity]
core/java/android/bluetooth/IBluetoothGattServerCallback.aidl [moved from core/java/android/bluetooth/IBluetoothGattServerCallbackExt.aidl with 97% similarity]