OSDN Git Service

Add an initial interactive mode to gatttool
authorSheldon Demario <sheldon.demario@openbossa.org>
Tue, 15 Feb 2011 17:09:43 +0000 (14:09 -0300)
committerJohan Hedberg <johan.hedberg@nokia.com>
Tue, 15 Feb 2011 17:17:37 +0000 (14:17 -0300)
commita523620a365b2eaa3a835daec3e2bd480a8a11ff
treefe96fc553b1d30987f87a9795e64531172f4f3e1
parentdcfc9adb5ea3157d0c0040b5af9d81f63d7c0ecd
Add an initial interactive mode to gatttool

Mode required to allow better GATT procedures control. Some scenarios
require sequential commands without disconnection and delay between
operations. It is also desirable to change some connection parameters
of an active connection.
Makefile.am
attrib/gatttool.c
attrib/gatttool.h [new file with mode: 0644]
attrib/interactive.c [new file with mode: 0644]
configure.ac