summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add FindAdapter methodMarcel Holtmann2006-05-303-4/+38
| |
| * Add dummy method for ListServicesMarcel Holtmann2006-05-302-33/+47
| |
| * Fix dialup/lan access service record messMarcel Holtmann2006-05-232-2/+11
| |
| * Add build id for Unified 21e ROM firmwareMarcel Holtmann2006-05-161-0/+1
| |
| * Added GetIdentifiers, GetUUID and GetName.Claudio Takahasi2006-05-052-264/+801
| |
| * Update device class on connection request eventsJohan Hedberg2006-05-041-0/+14
| |
| * Some small cleanupsMarcel Holtmann2006-04-301-5/+4
| |
| * Include header fileMarcel Holtmann2006-04-301-0/+2
| |
| * Fix a small typoMarcel Holtmann2006-04-291-1/+1
| |
| * Fix another watch remove bugMarcel Holtmann2006-04-281-11/+16
| |
| * Some coding style cleanupsMarcel Holtmann2006-04-282-21/+19
| |
| * Update check for D-Bus libraryMarcel Holtmann2006-04-281-37/+39
| |
| * Make D-Bus a mandatory requirementMarcel Holtmann2006-04-287-84/+16
| |
| * Cleanup main function declarationsMarcel Holtmann2006-04-288-11/+11
| |
| * Remove get_dbus_connection() functionMarcel Holtmann2006-04-284-33/+16
| |
| * Fixed watch add/remove errorClaudio Takahasi2006-04-281-30/+47
| |
| * Initialize some data structures before usingMarcel Holtmann2006-04-251-17/+23
| |
| * Remove unneeded functionsMarcel Holtmann2006-04-256-286/+65
| |
| * Small coding style fixesMarcel Holtmann2006-04-252-8/+9
| |
| * Use the default adapter path provided by the Manager interfaceMarcel Holtmann2006-04-241-1/+14
| |
| * Adapt the path changesMarcel Holtmann2006-04-242-5/+5
| |
| * Changed object path hierarchyClaudio Takahasi2006-04-2410-78/+56
| |
| * Allow UTF-8 in local nameJohan Hedberg2006-04-241-3/+3
| |
| * Add org.bluez.Security interfaceMarcel Holtmann2006-04-231-0/+3
| |
| * Fix --disable-dbus compilationMarcel Holtmann2006-04-221-1/+1
| |
| * TypoMarcel Holtmann2006-04-211-1/+1
| |
| * Fix service class array in RemoteDeviceFound signalsJohan Hedberg2006-04-211-1/+1
| |
| * Added D-Bus SDP methods skeletonClaudio Takahasi2006-04-204-1/+537
| |
| * Don't become discoverable on startup if mode is "discoverable" and timeout is 0Johan Hedberg2006-04-201-6/+11
| |
| * DiscoverableTimeout should be seconds instead of millisecondsJohan Hedberg2006-04-193-4/+4
| |
| * Store device mode settingsJohan Hedberg2006-04-198-18/+157
| |
| * Added HCI cmds queue to retrieve remote infosClaudio Takahasi2006-04-184-115/+159
| |
| * Add patch and configuration downloadMarcel Holtmann2006-04-181-7/+100
| |
| * Change device address and resetMarcel Holtmann2006-04-171-9/+45
| |
| * Mention ST based chipsMarcel Holtmann2006-04-171-2/+2
| |
| * Add support for ST chipsMarcel Holtmann2006-04-161-2/+18
| |
| * Update STLC2500 init routineMarcel Holtmann2006-04-161-0/+70
| |
| * Update STLC2500 init routineMarcel Holtmann2006-04-162-0/+15
| |
| * Add build ids for Unified 21d firmwaresMarcel Holtmann2006-04-161-0/+7
| |
| * Add C#/Mono wrapperMarcel Holtmann2006-04-161-0/+146
| |
| * DiscoveryCompleted signal sent without discover request fixed.Claudio Takahasi2006-04-131-3/+3
| |
| * Add another Apple product idMarcel Holtmann2006-04-121-0/+1
| |
| * Added pending HCI requests bugsClaudio Takahasi2006-04-111-0/+22
| |
| * fixed read remote version cparamClaudio Takahasi2006-04-111-1/+1
| |
| * returning need memory instead try create an out of memory errorClaudio Takahasi2006-04-113-47/+42
| |
| * Added local Bluetooth adapter address in the D-Bus data pathClaudio Takahasi2006-04-114-105/+53
| |
| * possible errors revisionClaudio Takahasi2006-04-113-79/+88
| |
| * Fixed discoverable timeout and timeout list data memory leakClaudio Takahasi2006-04-105-6/+46
| |
| * Use slist for device classesJohan Hedberg2006-04-093-44/+23
| |
| * * Add D-Bus methods for getting remote device class informationJohan Hedberg2006-04-096-72/+299
| | | | | | | | * Fix a couple of memory leaks where result of textfile_get wasn't free'd