| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Various coding style cleanups | Johan Hedberg | 2009-02-06 | 1 | -4/+4 | 
| | | |||||
| * | Update copyright information | Marcel Holtmann | 2009-01-01 | 1 | -1/+1 | 
| | | |||||
| * | Remove unnecessary and incorrect memset | Johan Hedberg | 2008-12-04 | 1 | -1/+0 | 
| | | |||||
| * | Add read_remote_eir function | Johan Hedberg | 2008-12-04 | 1 | -0/+32 | 
| | | |||||
| * | Introduce PairableTimeout Property and fix use of g_timeout_add. | Luiz Augusto von Dentz | 2008-11-27 | 1 | -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 Dentz | 2008-11-20 | 1 | -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 functions | Bastien Nocera | 2008-10-16 | 1 | -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 records | Johan Hedberg | 2008-10-09 | 1 | -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 updates | Marcel Holtmann | 2008-09-14 | 1 | -19/+24 | 
| | | |||||
| * | Find device ID from SDP records | David Woodhouse | 2008-09-14 | 1 | -5/+72 | 
| | | |||||
| * | rename get_record() to find_record_in_list() and move to storage.[ch] | David Woodhouse | 2008-09-14 | 1 | -1/+28 | 
| | | |||||
| * | fix bug that both implementations of record_from_string() shared | David Woodhouse | 2008-09-14 | 1 | -0/+1 | 
| | | |||||
| * | factor out duplicated code into record_from_string() | David Woodhouse | 2008-09-14 | 1 | -27/+24 | 
| | | |||||
| * | move read_records() to storage.c where it belongs | David Woodhouse | 2008-09-14 | 1 | -0/+47 | 
| | | |||||
| * | Fix storage size for DID value | Marcel Holtmann | 2008-09-14 | 1 | -1/+1 | 
| | | |||||
| * | Store source information from DID record | Marcel Holtmann | 2008-09-14 | 1 | -12/+24 | 
| | | |||||
| * | Add storage for pnp info, which can come from PNP record or EIR | David Woodhouse | 2008-09-13 | 1 | -0/+54 | 
| | | |||||
| * | Removed warning: uninitialised value | Claudio Takahasi | 2008-09-09 | 1 | -1/+2 | 
| | | |||||
| * | Adapter initialization cleanup | Claudio Takahasi | 2008-09-01 | 1 | -4/+4 | 
| | | |||||
| * | Storage cleanup: avoid Bluetooth address to string conversions | Claudio Takahasi | 2008-08-28 | 1 | -2/+2 | 
| | | |||||
| * | Storage cleanup | Claudio Takahasi | 2008-08-28 | 1 | -6/+33 | 
| | | |||||
| * | Cleanup: declaring mode2str and str2mode to static | Claudio Takahasi | 2008-08-28 | 1 | -2/+2 | 
| | | |||||
| * | Convert SDP *_safe functions to default API | Marcel Holtmann | 2008-08-06 | 1 | -2/+2 | 
| | | |||||
| * | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 1 | -0/+784 | 
