summaryrefslogtreecommitdiff
path: root/attrib/gatttool.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move common code from Discover all Characteristics to GATT libraryBruna Moreira2011-01-191-49/+10
* Move interactive code of Discover Primary to gatt.cClaudio Takahasi2011-01-081-69/+13
* Fix g_attrib_send() to include a new ID parameterBrian Gix2011-01-071-1/+1
* Remove unused includesJohan Hedberg2010-11-281-1/+0
* Extend discover characteristic by UUID in gatttool to fetch all valuesSheldon Demario2010-11-251-1/+23
* Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario2010-11-191-0/+39
* Implement Discover Primary Service by Service UUID in the gatttoolClaudio Takahasi2010-11-181-5/+60
* Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi2010-11-181-2/+4
* Adding a new option to specify security level for gatttoolSheldon Demario2010-11-181-2/+13
* Enable GATT over LE link on the attribute clientClaudio Takahasi2010-11-051-1/+0
* Add PSM option for GATT/ATT over BR/EDR on gatttoolClaudio Takahasi2010-10-051-2/+4
* gatttool: fix trying to read beyond the last handleJohan Hedberg2010-10-051-0/+4
* Remove typecast from att_get_u16() callsAnderson Lizardo2010-10-041-12/+9
* Allow errors to propagate from connection callbackAnderson Lizardo2010-10-041-8/+21
* Implement characteristic_write callback in gatttoolBruna Moreira2010-10-041-1/+52
* Add new option for char value write in gatttoolBruna Moreira2010-10-041-9/+26
* Make handle parameter mandatory in gatttoolBruna Moreira2010-10-041-2/+8
* The attribute protocol assigned PSM is 0x1fMarcel Holtmann2010-10-041-1/+1
* Use bt_io_connect in gatttoolBruna Moreira2010-09-301-85/+29
* Add support for LE connections to gatttoolVinicius Costa Gomes2010-09-301-5/+12
* Change notification/indication output formating on gatttoolClaudio Takahasi2010-09-221-9/+15
* Add support for Indications to gatttoolVinicius Costa Gomes2010-09-221-10/+18
* Add new option to set MTU size in gatttoolBruna Moreira2010-09-141-0/+38
* Define maximum and default MTU valuesVinicius Costa Gomes2010-09-131-1/+1
* Pretty print UUID-128 in gatttoolBruna Moreira2010-08-261-22/+19
* Remove gatttool unix socket transport supportVinicius Costa Gomes2010-08-241-38/+1
* gatttool: add characteristic descriptor discovery supportAnderson Lizardo2010-08-241-0/+47
* Add characteristics descriptor discovery option in gatttoolBruna Moreira2010-08-241-0/+10
* Add listen option for gatttoolClaudio Takahasi2010-08-191-3/+47
* Fix gatttool to use the alignment safe access functionsVinicius Costa Gomes2010-08-191-23/+16
* Fix memory leaks in gatttoolBruna Moreira2010-08-111-1/+7
* Exiting gatttool if no option is chosenBruna Moreira2010-08-091-10/+23
* Update copyright information of GATT library/toolsVinicius Costa Gomes2010-08-091-1/+2
* gatttool: simplify characteristic discovery outputAnderson Lizardo2010-08-091-16/+19
* gatttool: Replace --char-value-read with generic --char-read optionAnderson Lizardo2010-08-091-29/+25
* Remove multiple calls for g_idle_add() in gatttoolBruna Moreira2010-08-091-6/+7
* Move connection operations to main in gatttoolBruna Moreira2010-08-091-46/+18
* gatttool: coding style fixesAnderson Lizardo2010-08-091-16/+20
* Add function to open connections in gatttoolBruna Moreira2010-08-091-28/+25
* Change gatttool to use dec_read_by_grp_resp()Bruna Moreira2010-08-091-28/+31
* Implement characteristic value read in gatttoolAnderson Lizardo2010-08-091-1/+46
* Add characteristics value read option in gatttoolBruna Moreira2010-08-091-1/+29
* Change discover characteristics outputBruna Moreira2010-08-091-3/+7
* Fix memory leaks in gatttoolBruna Moreira2010-08-091-0/+5
* Implement discovery characteristics for gatttoolBruna Moreira2010-08-091-0/+95
* Change menu to make the start/end options more genericBruna Moreira2010-08-091-8/+9
* Implement discovery all primary services for gatttoolBruna Moreira2010-08-091-5/+83
* gatttool: add support for L2CAP socket connectionAnderson Lizardo2010-08-091-3/+75
* gatttool: add main loopAnderson Lizardo2010-08-091-15/+15
* Implement initial UNIX socket supportAnderson Lizardo2010-08-091-0/+45