aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage.c
Commit message (Expand)AuthorAgeFilesLines
* storage: Store address type in "eir" filehog_test3Paulo Alcantara2012-05-221-10/+28
* storage: Store address type in blocked fileClaudio Takahasi2012-05-221-10/+36
* storage: Store address type in alias fileClaudio Takahasi2012-05-221-3/+19
* storage: Store address type in "names" filePaulo Alcantara2012-05-221-7/+27
* storage: Store address type in "ccc" filePaulo Alcantara2012-05-221-7/+19
* storage: Store address type in "appearance" filePaulo Alcantara2012-05-211-8/+25
* storage: Store address type in "characteristics"Paulo Alcantara2012-05-211-6/+14
* storage: Store BLE address type in "primary" filePaulo Alcantara2012-05-211-8/+24
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* storage: Add storage to GAP characteristicBruna Moreira2012-03-301-0/+38
* Add storage functions to handle SMP keysVinicius Costa Gomes2012-01-191-0/+32
* storage: Add variable-length EIR support to write_remote_eirJohan Hedberg2012-01-181-2/+3
* Fix removing storage for device over BR/EDRClaudio Takahasi2011-11-141-8/+2
* Add storage function to remove CCC of a deviceClaudio Takahasi2011-11-141-0/+11
* Add generic function to delete by patternClaudio Takahasi2011-11-141-42/+24
* Remove CCC entries when device is removedClaudio Takahasi2011-11-141-0/+16
* Add storage functions to deal with CCCVinicius Costa Gomes2011-11-141-0/+44
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-0/+1
* Fix magic numbers for local/remote name lengthClaudio Takahasi2011-09-161-6/+6
* Remove unneeded headers included in storage.cClaudio Takahasi2011-09-161-4/+0
* Remove not referenced function in storage.cClaudio Takahasi2011-09-161-29/+0
* Remove create_file calls for read operationsClaudio Takahasi2011-09-161-8/+0
* Remove storing device typeClaudio Takahasi2011-09-161-38/+0
* Fix read_pin_code to return ssize_tDavid Herrmann2011-07-141-2/+2
* Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2011-06-301-4/+2
* Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira2011-04-271-2/+2
* Remove unused storage functionsJohan Hedberg2011-01-211-90/+0
* Use an unsigned integer for representing the PIN lengthJohan Hedberg2011-01-211-0/+2
* Fix use of deprecated glib on coreLuiz Augusto von Dentz2011-01-191-1/+1
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-221-0/+40
* Delete all stored data related to GATT/ATT when the device is removedClaudio Takahasi2010-09-221-0/+68
* Fix coding style issueVinicius Costa Gomes2010-09-131-10/+10
* Support for loading attribute dataAnderson Lizardo2010-08-261-0/+11
* Support for storing attribute dataBruna Moreira2010-08-261-0/+16
* Add a way to read a device's characteristics from storageVinicius Costa Gomes2010-08-091-0/+16
* Add a way to store a device characteristicsVinicius Costa Gomes2010-08-091-0/+16
* Add support for loading previously stored servicesVinicius Costa Gomes2010-08-091-0/+13
* Add support to storing the discoved GATT ServicesVinicius Costa Gomes2010-08-091-0/+14
* Fix the return value of read_device_aliasVinicius Costa Gomes2010-07-021-1/+1
* Fix redundant null check on calling free()Gustavo F. Padovan2010-06-081-4/+2
* Add new "Blocked" property to device objectsJohan Hedberg2010-05-171-0/+34
* Check for cached remote host features during discoveryJohan Hedberg2010-02-031-0/+45
* Implement caching of remote host featuresJohan Hedberg2010-02-031-7/+22
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix const declarations for some storage function parametersJohan Hedberg2009-10-291-2/+2
* Fix deleting SDP records when a device is removedJaikumar Ganesh2009-10-291-0/+19
* Extend read_link_key to be used as a simple boolean testJohan Hedberg2009-10-071-0/+5
* Fix write_local_name name parameter type to be constJohan Hedberg2009-08-051-1/+1
* Remove unused variable.Luiz Augusto von Dentz2009-04-011-2/+1