OSDN Git Service

gatttool: Remove check for bluetooth address parameter on gatt_connect()
authorEder Ruiz Maria <eder.ruiz@openbossa.org>
Tue, 2 Apr 2013 23:31:20 +0000 (19:31 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 7 Apr 2013 15:11:03 +0000 (18:11 +0300)
commit189cc8203eac4f327bd375434560e4ebafaad079
tree48e9d67c9f508da63c459218506190ec913c41f7
parent8f84a47e8d41f88ecf6f4ffb4e450a81c27ae1e6
gatttool: Remove check for bluetooth address parameter on gatt_connect()

This check is more appropriate to be done by callers of gatt_connect().
This is already done on interactive mode in attrib/interactive.c and is
now also done in non-interactive mode.
attrib/utils.c