diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2012-08-20 14:22:53 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-08-20 20:40:47 +0300 |
commit | 31706d23e5239244c65ed66dc5ae62e709c2b0b6 (patch) | |
tree | 9baa2a1b9c696cb526a1da4382516ec3cd45ba9e /attrib | |
parent | 8bea94707a6441e4f09ba27d9acb23dd047754cb (diff) |
gatt: Primary service interval may not change
This patch address the "Service Changed" scenario on which the start
and end Primary Service attribute handle interval doesn't change.
Diffstat (limited to 'attrib')
-rw-r--r-- | attrib/gatt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/attrib/gatt.h b/attrib/gatt.h index 7690fba7e..a15e92f1e 100644 --- a/attrib/gatt.h +++ b/attrib/gatt.h @@ -57,6 +57,7 @@ typedef void (*gatt_cb_t) (GSList *l, guint8 status, gpointer user_data); struct gatt_primary { char uuid[MAX_LEN_UUID_STR + 1]; + gboolean changed; struct att_range range; }; |