OSDN Git Service

Initial version of BLE support for Bluedroid
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>
Tue, 5 Feb 2013 23:38:27 +0000 (15:38 -0800)
committerMatthew Xie <mattx@google.com>
Thu, 28 Feb 2013 02:22:30 +0000 (18:22 -0800)
commit03b8386de26ba6500af2d66687bff9b01f2cbbd7
tree340d93172e589ec6b504927914f19ceaad75cdd8
parent8eb70f8bdf4e8c970810b3400aba8d08d14ce222
Initial version of BLE support for Bluedroid

Change-Id: I9579b3074bc4bc59dd45f71c0937e8879196555e
17 files changed:
AndroidManifest.xml
jni/Android.mk
jni/com_android_bluetooth.h
jni/com_android_bluetooth_btservice_AdapterService.cpp [changed mode: 0755->0644]
jni/com_android_bluetooth_gatt.cpp [new file with mode: 0644]
res/values/config.xml
src/com/android/bluetooth/btservice/AbstractionLayer.java [changed mode: 0755->0644]
src/com/android/bluetooth/btservice/BondStateMachine.java [changed mode: 0755->0644]
src/com/android/bluetooth/btservice/Config.java
src/com/android/bluetooth/gatt/ContextMap.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/GattDebugUtils.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/GattService.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/GattServiceConfig.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/HandleMap.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/ScanClient.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/SearchQueue.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/ServiceDeclaration.java [new file with mode: 0644]