Commit: d3307259473c22f60a602147d81415e33dc98cbc
Parent: 66b407e1f245ef1c05a53612ce2ae3b4e710230a
Author: Arman Uguray <armansito@chromium.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2015-02-17 13:46:17
Tree: 138a4c2dde8154790bec0d931e2c514eb85ed596

core: Introduce btd_gatt_database This patch introduces src/gatt-database.* which handles incoming ATT connections, manages per-adapter shared/gatt-db instances, and routes connections to the corresponding device object. This is the layer that will perform all the CCC management and Service Changed handling.

Diffstat

M Makefile.am | 1 +
M src/adapter.c | 3 +++
A src/gatt-database.c | 680 ++++++++++++++++++++++++++++++++++++++++
A src/gatt-database.h | 25 +++++++++++++++++++++++++

4 files changed, 709 insertions(+), 0 deletions(-)

View Full Diff | Patch