OSDN Git Service

service: Implement IBluetoothGattServer.addDescriptor
authorArman Uguray <armansito@google.com>
Sat, 26 Sep 2015 02:31:24 +0000 (19:31 -0700)
committerArman Uguray <armansito@google.com>
Sat, 3 Oct 2015 00:13:09 +0000 (17:13 -0700)
commitd9b0552a7f75737b5c8c60cb87f892b1b9323acf
tree8af036f48f6ec73f7cd4eeeb1b658b931017d26a
parent91613743c9db02dbe05d93d2afa163b78068d054
service: Implement IBluetoothGattServer.addDescriptor

Declared and implemented the IBluetoothGattServer.addDescriptor
API.

Bug: 24245347
Change-Id: I7d1e992321c260b9d77521b1c8d7a1e7737b35cc
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/test/gatt_server_unittest.cpp