This patch set implements the most important server-side ATT protocol operations by interfacing with the new gatt-db API functions. All requests except "Read Multiple" and "Signed Write Command" are provided in this set. This patch set also doesn't address checks for encryption/authentication/ authorization permissions. A TODO item has been added to address this later. *v1: Removed offsetof math while casting service pointer to (void *) Arman Uguray (11): shared/gatt-server: Implement "Read By Type" request. shared/gatt-server: Implement "Find Information" request. shared/gatt-server: Implement "Write" request and command. shared/gatt-server: Implement "Read" request. shared/gatt-server: Implement "Read Blob" request. shared/att: Handle incoming confirmation PDU. shared/gatt-server: Add functions for sending notifications/indications. shared/gatt-server: Implement "Prepare Write" request. shared/gatt-server: Implement "Execute Write" request. shared/gatt-client: Fix alignment warnings. TODO: Update shared/gatt-server items. TODO | 20 +- src/shared/att.c | 119 +++-- src/shared/gatt-client.c | 6 +- src/shared/gatt-server.c | 1231 +++++++++++++++++++++++++++++++++++++++++++--- src/shared/gatt-server.h | 15 + 5 files changed, 1264 insertions(+), 127 deletions(-) -- 2.1.0.rc2.206.gedb03e5 -- 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