OSDN Git Service

service: Support GattServer notifications/indications
authorArman Uguray <armansito@google.com>
Thu, 1 Oct 2015 23:36:38 +0000 (16:36 -0700)
committerArman Uguray <armansito@google.com>
Mon, 5 Oct 2015 23:50:11 +0000 (16:50 -0700)
commitcd644e3c54a4321b7626b52531c59f88e24e87be
tree41c53a880715cf6fec6deee33226f8dce781d12e
parent4ebcbd9ede4006500c3ead0685befe0a8e4aadc2
service: Support GattServer notifications/indications

Added outgoing notification/indication support to
bluetooth::GattServer and implemented the related Binder API.

Bug: 24245347
Change-Id: I2d5cea90137e5d771f969163591b50aee1ad171c
15 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/IBluetoothGattServer.cpp
service/ipc/binder/IBluetoothGattServer.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