diff options
author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2013-07-29 11:42:48 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-07-30 12:59:12 +0300 |
commit | f3e175bd7884c7c84b68b7167d5e4dc805d374c5 (patch) | |
tree | d43d23608ebfb6ea8cb17363149e093c3a6a8251 /plugins | |
parent | af6855c6c25e15e647c91a8298c279b4a7457303 (diff) |
attrib: Update gatt_service_add size assert for dealing with 128-bit UUIDs
To paraphrase Anderson Lizardo: "h" was overflowing for 128-bit services
because the handle is incremented after each attribute is added so at
the end we had: 0xffff + 1 == 0 (h is uint16_t).
As it seems more complex to try to remove the overflow without affecting
the logic too much, we update the assertion.
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions