OSDN Git Service

Initial version of BLE support for Bluedroid
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>
Tue, 5 Feb 2013 23:28:33 +0000 (15:28 -0800)
committerMatthew Xie <mattx@google.com>
Thu, 28 Feb 2013 02:08:14 +0000 (18:08 -0800)
commit9908112fd085d8b0d91e0562d32eebd1884f09a5
tree6e2d696a2a3f642f5317fa6be82913246c6864b1
parent35cd94ab97ac95401bafef8237d74e91d81ef08d
Initial version of BLE support for Bluedroid

The API classes are hidden for now. Will unhide after API console
approval.
Change-Id: I8283dd562fd6189fdd15c866ef2efb8bbdbc4109
16 files changed:
Android.mk
core/java/android/bluetooth/BluetoothAdapter.java [changed mode: 0755->0644]
core/java/android/bluetooth/BluetoothGatt.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattCallback.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattCharacteristic.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattDescriptor.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattServer.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattServerCallback.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothGattService.java [new file with mode: 0644]
core/java/android/bluetooth/BluetoothProfile.java [changed mode: 0755->0644]
core/java/android/bluetooth/IBluetoothGatt.aidl [new file with mode: 0644]
core/java/android/bluetooth/IBluetoothGattCallback.aidl [new file with mode: 0644]
core/java/android/bluetooth/IBluetoothGattServerCallback.aidl [new file with mode: 0644]
core/java/android/bluetooth/MutableBluetoothGattCharacteristic.java [new file with mode: 0644]
core/java/android/bluetooth/MutableBluetoothGattDescriptor.java [new file with mode: 0644]
core/java/android/bluetooth/MutableBluetoothGattService.java [new file with mode: 0644]