OSDN Git Service

Change how services are passed up to the stack
authorJakub Pawlowski <jpawlowski@google.com>
Wed, 2 Mar 2016 02:50:27 +0000 (18:50 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Fri, 18 Mar 2016 19:57:33 +0000 (12:57 -0700)
commit8d312a84d627dd50f23291fb0ed97b871ef28bb7
tree01dd0690638519c0af876618957b7cd8253a80b5
parent93fdc3faa2363d68edb4ef138575b3fa59920379
Change how services are passed up to the stack

Right now we pass all services, characteristics and descriptors one by one.
This patch changes that - now we pass whole GATT database at once.

Bug: 27455533
Change-Id: Ie42cd80072538e411904b9c9b011a978f26158b9
13 files changed:
api/current.txt
api/system-current.txt
core/java/android/bluetooth/BluetoothGatt.java
core/java/android/bluetooth/BluetoothGattCallbackWrapper.java
core/java/android/bluetooth/BluetoothGattCharacteristic.aidl [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattCharacteristic.java
core/java/android/bluetooth/BluetoothGattDescriptor.aidl [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattDescriptor.java
core/java/android/bluetooth/BluetoothGattIncludedService.aidl [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattIncludedService.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattService.aidl [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattService.java
core/java/android/bluetooth/IBluetoothGattCallback.aidl