Process response_needed parameter in GATT Server
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-api.h
index 8129a1c..c50657c 100644 (file)
@@ -1399,7 +1399,7 @@ typedef struct {
        char *service_handle;
        char *address;
        guint16 offset;
-       guint8 req_id;
+       guint req_id;
 } bt_gatt_read_req_t;
 
 /**
@@ -1409,7 +1409,7 @@ typedef struct {
        char *att_handle;
        char *service_handle;
        char *address;
-       guint8 req_id;
+       guint req_id;
        gboolean response_needed;
        guint16 offset;
        guint8 *att_value;