summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2007-05-261-1/+1
| | | | care of not touching the first byte of the socket name
* 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
|
* serial: release node called twiceClaudio Takahasi2007-05-241-4/+0
|
* Update changelog and bump version numberutils-3.11Marcel Holtmann2007-05-242-1/+14
|
* serial: close the file descriptor before release the RFCOMM deviceClaudio Takahasi2007-05-241-4/+2
|
* add name listener supportJohan Hedberg2007-05-241-34/+69
|
* Get rid of unused audio reading & writing functionality (all of this should ↵Johan Hedberg2007-05-241-188/+4
| | | | be done on the alsa side)
* Added device class trackingClaudio Takahasi2007-05-238-109/+98
|
* Set input and output MTU when requestedMarcel Holtmann2007-05-231-0/+1
|
* Set output MTU for listening socketsMarcel Holtmann2007-05-231-0/+1
|
* Fix some documentation problems.Luiz Augusto von Dentz2007-05-221-4/+2
|
* Minimize SDP root records and browse groupsMarcel Holtmann2007-05-225-89/+17
|
* Use browse group descriptor listMarcel Holtmann2007-05-221-1/+1
|
* Use server root if browse group is not publicMarcel Holtmann2007-05-221-3/+5
|
* Update test script with last PANU connectionMarcel Holtmann2007-05-222-7/+13
|
* Use same decoder for text and URL stringsMarcel Holtmann2007-05-221-51/+40
|
* Add two more missing attributesMarcel Holtmann2007-05-211-0/+8
|
* And another bunch of missing attributesMarcel Holtmann2007-05-211-0/+19
|
* Add more attributes to the example recordMarcel Holtmann2007-05-211-0/+10
|
* Fix signature for service remove methodMarcel Holtmann2007-05-211-1/+1
|
* Fix SDP pattern extraction for XMLMarcel Holtmann2007-05-214-17/+28
|
* Update example service recordMarcel Holtmann2007-05-211-2/+36
|
* Add MTU option for the built-in SDP serverMarcel Holtmann2007-05-212-3/+11
|
* Add test script for adding service recordsMarcel Holtmann2007-05-212-1/+49
|
* Add missing Trust signals to Adapter interfaceJohan Hedberg2007-05-211-0/+2
|
* Add missing DeviceCreated signalJohan Hedberg2007-05-191-0/+9
|