I've back to work on making Android gatt to make use of shared/gatt. Here is couple of fixes I've done to shared code when doing this work. Android gatt still needs testing but will be available sooner or later v2: - fix test-gatt for long write seesion testes - prepare test-gatt test to support other changes - do aggregation of prep writes for long write session - support reliable nested long write - start to look into characteristic extended prop for reliable session Łukasz Rymanowski (11): unit/test-gatt: Fix long write testcases unit/test-gatt: Modify small-db unit/test-gatt: Extend large-db unit/test-gatt: Fix long write test shared/gatt-client: Minor variable rename shared/gatt-client: Add notify type to notification callback shared/gatt-server: Fix handle error on execute write shared/gatt-server: Add support for long write shared/gatt-server: Support for reliable session nested with long shared/gatt-db: Add API to get extended prop shared/gatt-server: Check for ext. charact. prop. on reliable session profiles/scanparam/scan.c | 5 +- src/gatt-client.c | 4 +- src/shared/gatt-client.c | 13 ++-- src/shared/gatt-client.h | 13 +++- src/shared/gatt-db.c | 62 +++++++++++++++++ src/shared/gatt-db.h | 4 ++ src/shared/gatt-server.c | 169 ++++++++++++++++++++++++++++++++++++++++------ tools/btgatt-client.c | 2 +- unit/test-gatt.c | 113 +++++++++++++++++++------------ 9 files changed, 309 insertions(+), 76 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html