summaryrefslogtreecommitdiffstats
path: root/src/storage.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | 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/+2
| | | | | | | | | | | 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-0/+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-1/+1
| | | | | 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.
* 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