OSDN Git Service

service: Support GATT server async write requests.
authorArman Uguray <armansito@google.com>
Wed, 30 Sep 2015 05:09:46 +0000 (22:09 -0700)
committerArman Uguray <armansito@google.com>
Mon, 5 Oct 2015 23:43:58 +0000 (16:43 -0700)
commit4ebcbd9ede4006500c3ead0685befe0a8e4aadc2
tree13fdb9d90f59db3fcdb32db44b3b5eb686b10540
parent514bf6087093375351784b287cb29c5f4603273c
service: Support GATT server async write requests.

Added support for incoming characteristic/descriptor read requests
to bluetooth::GattServer and implemented the related Binder API.

Bug: 24245347
Change-Id: I18202c3255f0fb8fc5338b1139c375e1439b6568
13 files changed:
service/example/heart_rate/heart_rate_server.cpp
service/example/heart_rate/heart_rate_server.h
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/IBluetoothGattServerCallback.cpp
service/ipc/binder/IBluetoothGattServerCallback.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