summaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix listen() error checkJohan Hedberg2009-06-301-2/+7
* Make sure dev.name is always nul-terminatedJohan Hedberg2009-06-301-1/+1
* Remove unnecessary hs->sco checkJohan Hedberg2009-06-301-4/+2
* Fix memory allocation failure check in ALSA initialization functionJohan Hedberg2009-06-301-1/+2
* Remove redundant newline characters in debug logsJohan Hedberg2009-06-301-10/+10
* Misc fixes for HFP HF roleForrest Zhao2009-06-303-23/+41
* Fix AT+CHUP when there's both a held and an active callJohan Hedberg2009-06-301-2/+5
* Fix phone number quoting for +CCWAJohan Hedberg2009-06-241-1/+2
* Fix small typoJoão Paulo Rechi Vita2009-06-191-1/+1
* Fix SCO server socket for HFP HF roleJohan Hedberg2009-06-191-0/+5
* Don't assert on AVDTP reference count bugsJohan Hedberg2009-06-171-2/+5
* Fix regression when there is no agent registered.Luiz Augusto von Dentz2009-06-161-1/+8
* Call shutdown on SCO socket before closingJohan Hedberg2009-06-161-0/+2
* Call shutdown() on A2DP audio stream channel before closingJohan Hedberg2009-06-161-3/+17
* Always use dedicated close_sco and headset_close_rfcomm functionsJohan Hedberg2009-06-151-28/+22
* Fix bug which cause authorization to be denied in certain headsets.Luiz Augusto von Dentz2009-06-155-7/+55
* Don't set the disconnect timer if both sides end up sending commandsJohan Hedberg2009-06-131-1/+1
* Compare sink_state with correct enum valueJohan Hedberg2009-06-101-1/+1
* Also fix AVRCP UNITINFO responseJohan Hedberg2009-06-091-0/+6
* Fix AVRCP SUBUNIT INFO response to include the Panel subunit typeJohan Hedberg2009-06-091-0/+2
* Also check number length when choosing type of +CLCC responseJohan Hedberg2009-06-091-1/+1
* Fix bt_cancel_discovery calls in case of SDP failuresJohan Hedberg2009-06-081-0/+1
* Fix SDP discovery cancelling when clearing hs->pendingJohan Hedberg2009-06-051-1/+9
* Fix some error messages in A2DP Source functions.João Paulo Rechi Vita2009-06-041-2/+2
* Do not attempt to search HSP record in case of error on HFP record search.Luiz Augusto von Dentz2009-06-031-3/+5
* Fix headset state tracking if bt_search_service() fails within get_records()Johan Hedberg2009-06-031-6/+13
* change OFONO_MANAGER_INTERFACE to get aligned with ofono interfaceForrest Zhao2009-06-031-1/+1
* Fix headset never connecting on the first attempt.Luiz Augusto von Dentz2009-06-023-5/+8
* Fix AVDTP Discover timeout handlingJohan Hedberg2009-05-311-3/+13
* Fix maximum headset connection count check for Audio interfaceJohan Hedberg2009-05-282-9/+20
* Remove obsolete fileJohan Hedberg2009-05-271-5/+0
* Make audio plugin to use adapter references.Luiz Augusto von Dentz2009-05-271-36/+99
* Fix HSP record fetching when the remote device doesn't support HFPJohan Hedberg2009-05-261-39/+57
* Make AVRCP to uinput key mapping more genericJohan Hedberg2009-05-201-41/+29
* Fix also UI_SET_KEYBIT for the new pause and play key codesJohan Hedberg2009-05-191-1/+2
* Fix keycodes to better match existing X key map supportJohan Hedberg2009-05-181-2/+2
* Map AVRCP Play and Pause to separate dedicated key codesJohan Hedberg2009-05-181-2/+2
* Make sure audio driver is probed when handling an incoming connections.Luiz Augusto von Dentz2009-05-142-5/+14
* Fix state comparisons to test for specific state valuesJohan Hedberg2009-05-131-5/+15
* Fix number type values (as best as we can)Johan Hedberg2009-05-131-6/+17
* Fix phone number quoting for CLCCJohan Hedberg2009-05-131-3/+2
* Fix org.bluez.Audio state trackingJohan Hedberg2009-05-131-3/+3
* Fix warnings in oFono telephony driverMarcel Holtmann2009-05-131-9/+6
* add support for HFP plugin for oFonoForrest Zhao2009-05-132-1/+1118
* Fix "HFP active" detectionJohan Hedberg2009-05-121-6/+2
* Fix operator string to be in quotation marksJohan Hedberg2009-05-121-1/+2
* Fix try_send error handlingJohan Hedberg2009-05-071-9/+10
* Fix sink disconnect callback removalJohan Hedberg2009-05-061-3/+11
* Make sure unix clients are released before freeing audio device data.Luiz Augusto von Dentz2009-05-041-2/+2
* Make sessions list per server rather than global.Luiz Augusto von Dentz2009-05-041-22/+24