summaryrefslogtreecommitdiff
path: root/tools/btgatt-client.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Fix memory leaks in btgatt-server/clientIldar Kamaletdinov2022-05-091-1/+5
* shared/att: Add debug level to bt_att_set_debugLuiz Augusto von Dentz2021-01-081-1/+2
* tools: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-291-14/+1
* tools/btgatt-client: Add option to set BT_SECURITY_FIPSŁukasz Rymanowski2020-05-131-2/+4
* shared/gatt-client: Add support for EATT featuresLuiz Augusto von Dentz2020-03-021-1/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* shared/mainloop: Remove mainloop_set_signalLuiz Augusto von Dentz2018-12-051-8/+1
* shared/gatt-client: Allow multiple ready callbacksLuiz Augusto von Dentz2017-07-041-1/+1
* tools/btgatt-client: Update set-security usageMaxime Chevallier2016-12-281-2/+2
* tools/btgatt-client: Fix set-security interactive commandMaxime Chevallier2016-12-281-2/+1
* tools/btgatt-client: Fix register-notify promptMaxime Chevallier2016-12-281-2/+2
* shared/gatt-db: Extend gatt_db_attribute_get_char_data with ext. propŁukasz Rymanowski2016-04-221-3/+5
* tools/btgatt-client: Fix write-value byte parsingChevallier Maxime2016-02-261-28/+13
* shared/att: Add ext_signed flag to be able to use external cryptoMariusz Skamra2015-05-191-1/+1
* tools: Handle the common profile & service ecodeGowtham Anandha Babu2015-05-151-0/+6
* tools/btgatt-client: Rename sec_level to securityLuiz Augusto von Dentz2015-04-291-8/+8
* shared/gatt-client: Rename sec_level to securityLuiz Augusto von Dentz2015-04-291-2/+2
* tools/btgatt-client: Add prepare and execute writeLukasz Rymanowski2015-03-111-0/+208
* tools/btgatt-client: Minor fix of menu alignmentLukasz Rymanowski2015-03-111-2/+2
* tools: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+4
* tools/btgatt-client: Fix incorrect error checkAndrei Emeltchenko2015-02-241-1/+1
* tools/btgatt-client: Add signed write supportLuiz Augusto von Dentz2015-02-241-15/+84
* tools/btgatt-client: print read/write err messagesBharat Panda2015-02-181-3/+48
* tools/btgatt-client: Add support for set/get security on the linkLukasz Rymanowski2015-02-131-0/+64
* shared: Move mainloop implementation from monitor to sharedJohan Hedberg2015-02-121-1/+1
* shared/gatt: Make register_notify cancellableArman Uguray2015-02-021-7/+10
* tools/gatt: Fix not checking malloc() failureAndrei Emeltchenko2015-01-091-0/+4
* shared/att: Add err argument to disconnect cbArman Uguray2014-12-151-2/+2
* shared/gatt-db: Add UUID arg to foreach_serviceArman Uguray2014-12-091-5/+4
* tools/btgatt-client: Observe service eventsArman Uguray2014-12-031-0/+28
* tools/btgatt-client: Use gatt-db instead of iteratorsArman Uguray2014-12-031-98/+71
* shared/gatt-client: Store services in gatt_dbArman Uguray2014-12-031-1/+14
* tools/gatt: Fix memory leakAndrei Emeltchenko2014-11-271-0/+1
* tools/btgatt-client: Add read_multiple_cmdMarcin Kraglak2014-11-201-0/+60
* tools/btgatt-client: Leave strtol detect baseLuiz Augusto von Dentz2014-10-281-11/+11
* tools/btgatt-client: Print prompt on service changed.Arman Uguray2014-10-281-1/+4
* tools/btgatt-client: Fix off-by-one error.Arman Uguray2014-10-281-1/+1
* tools/btgatt-client: Fix read-long-value offset parsing.Arman Uguray2014-10-281-2/+2
* tools/btgatt-client: Print found include servicesMarcin Kraglak2014-10-231-0/+15
* tools/btgatt-client: Print type of serviceMarcin Kraglak2014-10-231-2/+3
* tools/btgatt-client: Set service changed handler.Arman Uguray2014-09-241-0/+34
* tools/btgatt-client: Fix memory leakAndrei Emeltchenko2014-09-161-6/+5
* tools/btgatt-client: Add "unregister-notify" command.Arman Uguray2014-09-111-0/+38
* tools/btgatt-client: Add the "register-notify" command.Arman Uguray2014-09-111-0/+70
* shared/gatt-client: Introduce struct bt_gatt_characteristic_iter.Arman Uguray2014-09-111-13/+18
* tools/gatt: Fix accessing NULL cmdAndrei Emeltchenko2014-09-051-0/+4
* tools/btgatt-client: Added the "write-long-value" command.Arman Uguray2014-09-051-0/+130
* tools/btgatt-client: Added the "write-value" command.Arman Uguray2014-09-051-1/+130
* tools/btgatt-client: Added the "read-long-value" command.Arman Uguray2014-09-051-0/+43
* tools/btgatt-client: Added the "read-value" command.Arman Uguray2014-09-051-12/+82