summaryrefslogtreecommitdiff
path: root/src/storage.c
Commit message (Expand)AuthorAgeFilesLines
* storage: Constify bdaddr_t pointers parametersSzymon Janc2012-10-051-44/+53
* storage: Mark write_device_name name parameter as constJohan Hedberg2012-08-141-1/+1
* storage: Remove support for trusted servicesVinicius Costa Gomes2012-07-291-105/+14
* storage: Store address type in "sdp" filePaulo Alcantara2012-07-291-13/+36
* storage: Store address type in "eir" filePaulo Alcantara2012-07-291-9/+21
* storage: Store address type in "trusts" filePaulo Alcantara2012-07-291-11/+30
* storage: Store address type in "linkkeys" filePaulo Alcantara2012-07-291-4/+17
* storage: Store address type in "did" filePaulo Alcantara2012-07-291-10/+23
* storage: Store address type in "profiles" filePaulo Alcantara2012-07-291-4/+7
* storage: Store address type in "lastused" filePaulo Alcantara2012-07-291-4/+7
* storage: Store address type in "lastseen" filePaulo Alcantara2012-07-291-4/+7
* storage: Store address type in "blocked" fileClaudio Takahasi2012-07-291-10/+21
* storage: Store address type in "aliases" filePaulo Alcantara2012-07-291-5/+21
* storage: Make it clear that delete_entry only works for addressesVinicius Costa Gomes2012-07-291-3/+19
* storage: Store address type in "names" filePaulo Alcantara2012-07-051-8/+22
* core: Move UUID string definition to libDaniel Wagner2012-06-021-0/+1
* storage: Rename appearance file to appearancesPaulo Alcantara2012-05-271-2/+2
* storage: Rename primary file to primariesClaudio Takahasi2012-05-271-3/+3
* storage: Rename characteristic to characteristicsClaudio Takahasi2012-05-271-3/+3
* storage: Store address type in "attributes" filePaulo Alcantara2012-05-271-8/+4
* storage: Store address type in "longtermkeys" filePaulo Alcantara2012-05-271-6/+10
* storage: Store address type in "ccc" filePaulo Alcantara2012-05-271-10/+10
* storage: Store address type in "appearance" filePaulo Alcantara2012-05-271-8/+11
* storage: Store address type in "characteristics"Paulo Alcantara2012-05-271-8/+11
* storage: Use g_free() instead of free()Syam Sidhardhan2012-05-241-3/+3
* core: Fix removing device services from "primary" filePaulo Alcantara2012-05-231-11/+15
* storage: Store BLE address type in "primary" filePaulo Alcantara2012-05-231-8/+11
* 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