summaryrefslogtreecommitdiffstats
path: root/src/storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Various coding style cleanupsJohan Hedberg2009-02-061-4/+4
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Remove unnecessary and incorrect memsetJohan Hedberg2008-12-041-1/+0
|
* Add read_remote_eir functionJohan Hedberg2008-12-041-0/+32
|
* Introduce PairableTimeout Property and fix use of g_timeout_add.Luiz Augusto von Dentz2008-11-271-0/+33
| | | | | | | PairableTimeout work similarly to DiscoverableTimeout where the user application can set the amount of time to stay in Pairable. It also fixes the use of g_timeout_add to g_timeout_add_seconds for both PairableTimeout and DiscoverableTimeout.
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-201-0/+30
| | | | | | | | | | | As the name suggest it tells when an adapter enter or leaves bondable mode, it works as follow: Pairable=true & Discoverable=true: limited IAC Pairable=true & Discoverable=false: pairable but inquiry scan disabled Pairable=false & Discoverable=true: inquiry scan enabled (with Generic IAC) but new pairings cannot be created (same as if there was no agent) Pairable=false & Discoverable=false: inquiry scan disabled & non-pairable (as if there was no agent)
* Export record_from_string() from the storage functionsBastien Nocera2008-10-161-1/+1
| | | | | | Export record_from_string() from the storage functions, so it can be used to generate an sdp_record from a static string in sixpair.c
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-7/+15
| | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's.
* Some coding style updatesMarcel Holtmann2008-09-141-19/+24
|
* Find device ID from SDP recordsDavid Woodhouse2008-09-141-5/+72
|
* rename get_record() to find_record_in_list() and move to storage.[ch]David Woodhouse2008-09-141-1/+28
|
* fix bug that both implementations of record_from_string() sharedDavid Woodhouse2008-09-141-0/+1
|
* factor out duplicated code into record_from_string()David Woodhouse2008-09-141-27/+24
|
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-141-0/+47
|
* Fix storage size for DID valueMarcel Holtmann2008-09-141-1/+1
|
* Store source information from DID recordMarcel Holtmann2008-09-141-12/+24
|
* Add storage for pnp info, which can come from PNP record or EIRDavid Woodhouse2008-09-131-0/+54
|
* Removed warning: uninitialised valueClaudio Takahasi2008-09-091-1/+2
|
* Adapter initialization cleanupClaudio Takahasi2008-09-011-4/+4
|
* Storage cleanup: avoid Bluetooth address to string conversionsClaudio Takahasi2008-08-281-2/+2
|
* Storage cleanupClaudio Takahasi2008-08-281-6/+33
|
* Cleanup: declaring mode2str and str2mode to staticClaudio Takahasi2008-08-281-2/+2
|
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-2/+2
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+784