Add response_needed parameter in the write value requested callback 73/102473/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 2 Dec 2016 01:43:22 +0000 (10:43 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 6 Dec 2016 02:21:29 +0000 (11:21 +0900)
Change-Id: Ife10ca1f323905ee615c61938042a09ccc38fdf0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth-api.h

index c06531a..8129a1c 100644 (file)
@@ -1410,6 +1410,7 @@ typedef struct {
        char *service_handle;
        char *address;
        guint8 req_id;
+       gboolean response_needed;
        guint16 offset;
        guint8 *att_value;
        guint32 val_len;