summaryrefslogtreecommitdiff
path: root/src/storage.h
Commit message (Expand)AuthorAgeFilesLines
...
* src: Fix newline before EOFSyam Sidhardhan2012-04-131-1/+0
* storage: Add storage to GAP characteristicBruna Moreira2012-03-301-0/+2
* Add storage functions to handle SMP keysVinicius Costa Gomes2012-01-191-0/+2
* storage: Add variable-length EIR support to write_remote_eirJohan Hedberg2012-01-181-1/+2
* Add storage function to remove CCC of a deviceClaudio Takahasi2011-11-141-0/+1
* Add storage functions to deal with CCCVinicius Costa Gomes2011-11-141-0/+4
* Remove not referenced function in storage.cClaudio Takahasi2011-09-161-1/+0
* Remove storing device typeClaudio Takahasi2011-09-161-3/+0
* Fix read_pin_code to return ssize_tDavid Herrmann2011-07-141-1/+1
* Remove unused storage functionsJohan Hedberg2011-01-211-7/+0
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-221-0/+3
* Delete all stored data related to GATT/ATT when the device is removedClaudio Takahasi2010-09-221-0/+1
* Support for loading attribute dataAnderson Lizardo2010-08-261-0/+3
* Support for storing attribute dataBruna Moreira2010-08-261-0/+2
* Add a way to read a device's characteristics from storageVinicius Costa Gomes2010-08-091-0/+2
* Add a way to store a device characteristicsVinicius Costa Gomes2010-08-091-0/+2
* Add support for loading previously stored servicesVinicius Costa Gomes2010-08-091-0/+1
* Add support to storing the discoved GATT ServicesVinicius Costa Gomes2010-08-091-0/+2
* Add new "Blocked" property to device objectsJohan Hedberg2010-05-171-0/+3
* Check for cached remote host features during discoveryJohan Hedberg2010-02-031-0/+1
* Implement caching of remote host featuresJohan Hedberg2010-02-031-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/+1
* Fix write_local_name name parameter type to be constJohan Hedberg2009-08-051-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add read_remote_eir functionJohan Hedberg2008-12-041-0/+1
* Introduce PairableTimeout Property and fix use of g_timeout_add.Luiz Augusto von Dentz2008-11-271-0/+2
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-201-0/+2
* Export record_from_string() from the storage functionsBastien Nocera2008-10-161-0/+1
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-1/+1
* Find device ID from SDP recordsDavid Woodhouse2008-09-141-0/+3
* rename get_record() to find_record_in_list() and move to storage.[ch]David Woodhouse2008-09-141-0/+1
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-141-1/+1
* Store source information from DID recordMarcel Holtmann2008-09-141-4/+6
* Add storage for pnp info, which can come from PNP record or EIRDavid Woodhouse2008-09-131-0/+5
* Adapter initialization cleanupClaudio Takahasi2008-09-011-2/+2
* Storage cleanup: avoid Bluetooth address to string conversionsClaudio Takahasi2008-08-281-1/+1
* Storage cleanupClaudio Takahasi2008-08-281-0/+61