OSDN Git Service

service: Implement IBluetoothGattServer.addCharacteristic
authorArman Uguray <armansito@google.com>
Fri, 25 Sep 2015 05:45:16 +0000 (22:45 -0700)
committerArman Uguray <armansito@google.com>
Sat, 3 Oct 2015 00:12:16 +0000 (17:12 -0700)
commit91613743c9db02dbe05d93d2afa163b78068d054
tree264d92943fa48158abc443878de52f002e1600bd
parent3bdeebe14fa2285aaf1bb2eee0a5734538d9048b
service: Implement IBluetoothGattServer.addCharacteristic

Declared and implemented the IBluetoothGattServer.addCharacteristic
Binder API.

Bug: 24245347
Change-Id: I8baaed8d6dbf8ac2209b8fd0c918cade78dcba64
12 files changed:
service/gatt_server.cpp
service/gatt_server.h
service/hal/bluetooth_gatt_interface.cpp
service/hal/bluetooth_gatt_interface.h
service/hal/fake_bluetooth_gatt_interface.cpp
service/hal/fake_bluetooth_gatt_interface.h
service/ipc/binder/IBluetoothGattServer.cpp
service/ipc/binder/IBluetoothGattServer.h
service/ipc/binder/bluetooth_gatt_server_binder_server.cpp
service/ipc/binder/bluetooth_gatt_server_binder_server.h
service/low_energy_constants.h
service/test/gatt_server_unittest.cpp