summaryrefslogtreecommitdiff
path: root/attrib/gatttool.c
Commit message (Expand)AuthorAgeFilesLines
* gatttool: Use consistent spacing before bracketsDave Nicolson2023-02-141-4/+4
* attrib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* shared/att: Add ext_signed flag to be able to use external cryptoMariusz Skamra2015-05-191-1/+1
* attrib: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+7
* attrib: Add mtu argument to g_attrib_newMichael Janssen2014-11-031-1/+17
* attrib: Fix memory leakAndrei Emeltchenko2014-08-011-0/+2
* attrib: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-051-37/+12
* attrib/gatttool: Use define for UUID format checkJakub Tyszkowski2014-03-281-1/+1
* Replace att_get_uuid128() by bswap_128()Claudio Takahasi2014-03-241-2/+7
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-3/+3
* Replace att_get_uuid16() by get_le16()Claudio Takahasi2014-03-241-1/+2
* attrib: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-5/+4
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-241-1/+1
* gatttool: Remove unused codeEder Ruiz Maria2013-07-241-15/+1
* attrib: Get rid of gcharLucas De Marchi2013-05-021-6/+6
* attrib: Simplify boolean testsJefferson Delfes2013-04-241-4/+4
* gatttool: Use GError to propage error messages to callerEder Ruiz Maria2013-04-171-2/+4
* gatttool: Remote address is mandatory for non-interactive gatttoolEder Ruiz Maria2013-04-071-0/+6
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-4/+4
* attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes2012-10-111-1/+1
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-091-1/+1
* gatt: Remove offset parameter from gatt_read_charJefferson Delfes2012-10-011-4/+1
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-1/+1
* gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria2012-08-151-1/+1
* gatttool: Use GAttrib bufferClaudio Takahasi2012-06-271-2/+4
* ATT: Avoid invalid memory access for large PDUClaudio Takahasi2012-06-271-2/+5
* gatttool: Add option to specify LE address typeAndrzej Kaczmarek2012-05-071-2/+6
* GATT: Replace start/end with att_rangeChen Ganir2012-03-261-1/+1
* GATT: Rename service and char structsChen Ganir2012-03-261-2/+2
* Fix common misspelled wordsLucas De Marchi2011-07-031-1/+1
* Fix race condition on gatttoolSheldon Demario2011-04-141-66/+62
* Fix Characteristic read by UUID on gatttoolSheldon Demario2011-04-091-6/+0
* Add discover characteristics by UUID to gatttoolSheldon Demario2011-03-171-1/+2
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-10/+8
* Add option to pass adapter to interactive gatttoolSheldon Demario2011-03-041-1/+1
* Replace all strdup() with g_strdup() in gatttoolSheldon Demario2011-03-041-1/+1
* Add offset option to characteristic read by handleSheldon Demario2011-03-041-1/+4
* Move attr_data_from_string() to utils.cBruna Moreira2011-02-241-21/+2
* gatttool: Remove extra reference to the connection IO ChannelVinicius Costa Gomes2011-02-241-1/+1
* Use PSM value to select LE or BR/EDR transport on gatttoolSheldon Demario2011-02-171-6/+3
* Move do_connect() to a common file between interactive.c and gatttool.cSheldon Demario2011-02-171-70/+6
* Fix Min MTU to reflect values for both L2CAP & LEBrian Gix2011-02-161-4/+5
* Add connect/disconnect options on interactive mode of gatttoolSheldon Demario2011-02-151-5/+5
* Add an initial interactive mode to gatttoolSheldon Demario2011-02-151-0/+9
* Add Write Request operation in gatttoolBruna Moreira2011-02-151-1/+60