summaryrefslogtreecommitdiff
path: root/tools/btgatt-server.c
Commit message (Expand)AuthorAgeFilesLines
* shared/att: Add ext_signed flag to be able to use external cryptoMariusz Skamra2015-05-191-1/+1
* tools/btgatt-server: Add option for src addr typeArman Uguray2015-03-311-4/+19
* tools: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+4
* tools/btgatt-server: Fix sign counterLuiz Augusto von Dentz2015-02-261-1/+1
* tools/btgatt-server: Add signed write supportLuiz Augusto von Dentz2015-02-241-9/+74
* shared/gatt: Pass bt_att instead of bdaddr_tArman Uguray2015-02-161-9/+9
* shared: Move mainloop implementation from monitor to sharedJohan Hedberg2015-02-121-1/+1
* tools/btgatt-server: Fix help message for GATTGowtham Anandha Babu2015-02-051-1/+1
* 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-1/+1
* tools/btgatt-server: Add the "services" commandArman Uguray2014-12-031-0/+90
* shared/gatt-db: Add reference countingLuiz Augusto von Dentz2014-12-021-2/+2
* tools/btgatt-server: Free and early return if device name has length 0.Arman Uguray2014-11-181-0/+8
* tools/btgatt-server: Add "heart-rate" command.Arman Uguray2014-11-171-2/+58
* tools/btgatt-server: Add Heart Rate service simulation.Arman Uguray2014-11-171-7/+204
* tools/btgatt-server: Add command support and the notify command.Arman Uguray2014-11-171-0/+231
* tools/btgatt-server: Populate the database.Arman Uguray2014-11-171-0/+257
* tools/btgatt-server: Accept incoming connection and initialize server.Arman Uguray2014-11-171-5/+237
* tools/btgatt-server: Introduce btgatt-server.Arman Uguray2014-11-171-0/+114