summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for the global connection variableMarcel Holtmann2007-01-211-0/+2
|
* Cleanup logging on exitMarcel Holtmann2007-01-211-0/+4
|
* Fix setup routine for headsetMarcel Holtmann2007-01-211-8/+22
|
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-6/+7
|
* Remove service agent relictMarcel Holtmann2007-01-201-80/+2
|
* Use channel 12 as defaultMarcel Holtmann2007-01-191-6/+1
|
* Use database interface for service recordsMarcel Holtmann2007-01-191-8/+6
|
* No need to become a daemonMarcel Holtmann2007-01-191-15/+4
|
* Preliminary support for catching the unique bus name of an execed serviceJohan Hedberg2007-01-151-73/+4
|
* Allow compilation against GLibMarcel Holtmann2007-01-121-4/+4
|
* Small fix in case hs->data_start != 0Johan Hedberg2007-01-101-1/+1
|
* Cleanup (get rid of some unnecessary indentation)Johan Hedberg2007-01-091-44/+41
|
* Update method names to resemble more closely the current API draftJohan Hedberg2006-12-191-5/+3
|
* Support for providing input and output files for audioJohan Hedberg2006-11-281-5/+157
|
* Add simple introspection supportJohan Hedberg2006-11-271-0/+4
|
* Implement SpeakerGainChanged and MicrophoneGainChanged signalsJohan Hedberg2006-11-271-1/+34
|
* More implementation. E.g. signals and Play and Stop methodsJohan Hedberg2006-11-241-77/+266
|
* Implement AT command parsingJohan Hedberg2006-11-241-8/+119
|
* Implement ring timer and CancelRinging methodJohan Hedberg2006-11-221-5/+78
|
* Fix RING stringJohan Hedberg2006-11-221-1/+1
|
* Implement Ring methodJohan Hedberg2006-11-221-1/+39
|
* CleanupJohan Hedberg2006-11-221-16/+10
|
* Make the -c switch mandatoryJohan Hedberg2006-11-161-1/+6
|
* Fix debug printsJohan Hedberg2006-11-161-2/+2
|
* Small SDP & listening rfcomm socket fixesJohan Hedberg2006-11-161-5/+8
|
* Implement listening rfcomm socket supportJohan Hedberg2006-11-161-2/+317
|
* First try at Connect and Disconnect method implementationJohan Hedberg2006-11-151-64/+167
|
* ..and remove 'c' from getopt args tooJohan Hedberg2006-11-141-1/+1
|
* Remove -c from usage print since it's nolonger supportedJohan Hedberg2006-11-141-1/+1
|
* Minor cleanupJohan Hedberg2006-11-141-2/+4
|
* Support for fetching the RFCOMM channel through SDPJohan Hedberg2006-11-141-12/+169
|
* Very basic functionality for bt.headsetdJohan Hedberg2006-11-131-0/+503
|
* Add skeleton for headset daemonMarcel Holtmann2006-11-131-0/+34