summaryrefslogtreecommitdiff
path: root/attrib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* attrib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+1
* attrib: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+6
* attrib: Remove unneeded sdp.h header includeClaudio Takahasi2014-03-241-1/+0
* attrib: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* core: Always specify local LE address type with btioJohan Hedberg2013-05-171-0/+1
* attrib: Get rid of gcharLucas De Marchi2013-05-021-2/+2
* gatttool: Use GError to propage error messages to callerEder Ruiz Maria2013-04-171-7/+7
* gatttool: Remove check for bluetooth address parameter on gatt_connect()Eder Ruiz Maria2013-04-071-5/+0
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* attrib: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-2/+2
* Remove workaround in gatt_connectAndre Guedes2012-06-071-13/+0
* Fix gatt_connect for BR/EDRAndre Guedes2012-06-071-1/+1
* Remove omtu parameter from LE bt_io_connect callsAndre Guedes2012-06-071-1/+0
* gatttool: Add option to specify LE address typeAndrzej Kaczmarek2012-05-071-2/+10
* Clean up ATT CID & PSM magic values & definititionsJohan Hedberg2011-04-261-1/+2
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-0/+1
* Move attr_data_from_string() to utils.cBruna Moreira2011-02-241-0/+19
* Use PSM value to select LE or BR/EDR transport on gatttoolSheldon Demario2011-02-171-6/+7
* Move do_connect() to a common file between interactive.c and gatttool.cSheldon Demario2011-02-171-0/+105