Commit: af03bff1639dfaedb91dad3373c92a500ed8b07d
Parent: 3ee207f53a2ec3828413c6c9e11bee65ff6c8136
Author: Marcin Kraglak <marcin.kraglak@tieto.com>
Committer: Szymon Janc <szymon.janc@tieto.com>
Date: 2014-11-19 16:13:46
Tree: 4ec690d7e9e2d151cafe58b6f4c123406a4094af

android/gatt: Fix setting end handle If found attribute was service attribute, range->end was always set to 1, because gatt_db_attribute_get_service_handles return bool. > ACL Data RX: Handle 8 flags 0x02 dlen 13 ATT: Find By Type Value Request (0x06) len 8 Handle range: 0x0002-0xffff Attribute type: Primary Service (0x2800) UUID: Device Information (0x180a) < ACL Data TX: Handle 8 flags 0x00 dlen 9 ATT: Find By Type Value Response (0x07) len 4 Handle range: 0x0008-0x0001

Diffstat

M android/gatt.c | 6 +++- - -

1 files changed, 3 insertions(+), 3 deletions(-)

View Full Diff | Patch