OSDN Git Service

Fix Characteristic read by UUID on gatttool
authorSheldon Demario <sheldon.demario@openbossa.org>
Tue, 5 Apr 2011 18:37:45 +0000 (15:37 -0300)
committerJohan Hedberg <johan.hedberg@nokia.com>
Sat, 9 Apr 2011 17:25:56 +0000 (10:25 -0700)
commit6a3a89774c6738df4d5b77636c4ce747b7497ae9
tree38fdb8104abb17535ab79f44829c0cabd6a0769e
parentd7f412e4197fbe26ebe1c30880e88295d2fbe17e
Fix Characteristic read by UUID on gatttool

The Characteristic read by UUID GATT procedure is not incremental, i.e.
it returns the entire list in a single Read By Type request. Therefore
it should not be called recursively.
attrib/gatttool.c
attrib/interactive.c