*v3: - Fixed broken GATT service UUID management in its own patch. - Other small fixes. Arman Uguray (8): shared/gatt-db: Add service getter by UUID core: device: Fix GATT profile probing core: device: Fix broken GATT UUID management profiles/gap: Fix probe/accept behavior. core: service: Remove GATT handle logic shared/gatt-db: Add "claimed" field to services core: gatt: Use "claimed" instead of "active" doc/gatt-api.txt: Update error names doc/gatt-api.txt | 12 +- plugins/sixaxis.c | 2 +- profiles/gap/gas.c | 127 +++++++------ src/adapter.c | 8 +- src/device.c | 498 +++++++++++++++++++++++++++++---------------------- src/device.h | 6 +- src/gatt-client.c | 9 +- src/service.c | 38 ---- src/service.h | 7 - src/shared/gatt-db.c | 46 +++++ src/shared/gatt-db.h | 7 + 11 files changed, 428 insertions(+), 332 deletions(-) -- 2.2.0.rc0.207.ga3a616c -- 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