summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add audio service test scriptMarcel Holtmann2007-06-112-1/+20
| * Add another build id for the "marcel" specific firmwareMarcel Holtmann2007-06-111-0/+1
| * Code cleanupJohan Hedberg2007-06-094-70/+112
| * backward compatible to old sco patchBrad Midgley2007-06-081-3/+12
| * Add limited mode to API descriptionMarcel Holtmann2007-06-071-6/+7
| * More cleanupJohan Hedberg2007-06-071-16/+31
| * Major cleanup after importing code from plugzJohan Hedberg2007-06-071-109/+128
| * Check for adapter state in SDP methodsJohan Hedberg2007-06-071-0/+6
| * Mention ListAvailableModes methodMarcel Holtmann2007-06-071-0/+5
| * Add method for retrieving the list of supported adapter modesMarcel Holtmann2007-06-071-2/+31
| * Add support for limited discovery modeMarcel Holtmann2007-06-076-104/+250
| * Let CUPS plugin discover printers in rangeMarcel Holtmann2007-06-072-6/+508
| * Fix whitespaceJohan Hedberg2007-06-071-12/+12
| * Fix CreateHeadset to behave properly if an existing object was foundJohan Hedberg2007-06-071-14/+20
| * sdptool: fixed memory leak for setattr and setseqClaudio Takahasi2007-06-061-9/+14
| * Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-066-70/+106
| * Fix passing the right parameter to hs_disconnectJohan Hedberg2007-06-061-1/+1
| * Add more HFP supportJohan Hedberg2007-06-061-7/+20
| * Add "hfp" to known service identifiersJohan Hedberg2007-06-061-0/+1
| * Another minor fixJohan Hedberg2007-06-061-1/+3
| * Some cleanup of asserts and error handlingJohan Hedberg2007-06-061-5/+14
| * Properly handle a SCO connect() succeeding on the first tryJohan Hedberg2007-06-061-5/+6
| * CleanupJohan Hedberg2007-06-061-7/+12
| * Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz2007-06-053-54/+307
| * Add support for linger timeoutMarcel Holtmann2007-06-052-8/+35
| * Revert acidental commit.Luiz Augusto von Dentz2007-06-041-9/+0
| * Add experiemental code for audio service ipc.Luiz Augusto von Dentz2007-06-042-11/+72
| * Fix FindDeviceByAddress API descriptionJohan Hedberg2007-06-041-3/+3
| * Implement Manager.FindDeviceByAddress methodJohan Hedberg2007-06-043-0/+53
| * Only call headset_free if the device actually has headset supportJohan Hedberg2007-05-311-1/+2
| * Add support for configuration fileJohan Hedberg2007-05-315-5/+89
| * Fix typoJohan Hedberg2007-05-312-3/+3
| * Return error if no audio related services were found in a remote deviceJohan Hedberg2007-05-311-0/+8
| * Ignore connection events for non-ACL linksJohan Hedberg2007-05-311-0/+3
| * Disable HFP support for now (since it's incomplete)Johan Hedberg2007-05-311-1/+1
| * Bring the audio code up-to-date with the current API specJohan Hedberg2007-05-315-105/+506
| * Update API descriptions to match current planJohan Hedberg2007-05-301-10/+11
| * Don't set MTU value to 48Marcel Holtmann2007-05-292-9/+12
| * Use global D-Bus connection for SDP transactionJohan Hedberg2007-05-281-22/+19
| * Remove initial nul from the socket name define since the snprintf's take care...Johan Hedberg2007-05-261-1/+1
| * Move more common stuff to ipc.hJohan Hedberg2007-05-264-20/+12
| * Move unix socket functionality into unix.cJohan Hedberg2007-05-265-77/+106
| * Add unix.c and unix.h skeletonsMarcel Holtmann2007-05-263-1/+52
| * Cleanup bdaddr conversionsJohan Hedberg2007-05-263-168/+90
| * serial: missing close the RFCOMM socketClaudio Takahasi2007-05-251-5/+11
| * Add missing list functionsMarcel Holtmann2007-05-252-1/+36
| * serial API: missing ConnectionCanceled errorClaudio Takahasi2007-05-241-0/+2
| * serial: timeout leak removed, open_context struct removedClaudio Takahasi2007-05-241-160/+122
| * serial: release the node when device open failsClaudio Takahasi2007-05-241-0/+1
| * serial: Failed error is not returned by DisconnectServiceClaudio Takahasi2007-05-241-1/+0