summaryrefslogtreecommitdiff
path: root/audio/device.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14audio: use btd_error_failed()Gustavo F. Padovan1-9/+5
2010-12-08Add btd_error_already_connected()Gustavo F. Padovan1-3/+1
2010-12-07Add btd_error_in_progress()Gustavo F. Padovan1-2/+1
2010-12-07Add btd_error_not_connected()Gustavo F. Padovan1-2/+1
2010-11-28Remove unused includesJohan Hedberg1-2/+0
2010-11-19Fix not removing all timers when user request to disconnect audioLuiz Augusto von Dentz1-17/+19
2010-11-05Fix audio disconnect watch in connecting stateDaniel Orstadius1-1/+1
2010-09-28Fix headset disconnecting via device disconnectRadoslaw Jablonski1-45/+89
2010-09-03Fix memory leak and possible crash when removing audio deviceLuiz Augusto von Dentz1-0/+2
2010-06-09Fix audio profile disconnection orderJohan Hedberg1-3/+13
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-2/+2
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-02-11Fix segmentation fault when headset disconnects during authorizationClaudio Takahasi1-1/+1
2010-02-04Implement HandsfreeGateway InterfaceGustavo F. Padovan1-0/+3
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-06Coding style fixesJohan Hedberg1-9/+7
2009-09-06Fix audio device authorized setting for AVRCP-only connectionsJohan Hedberg1-0/+7
2009-09-05Fix audio authorization cancelation on the same mainloop iterationJohan Hedberg1-4/+16
2009-09-05Make dev->authorized private to audio/device.cJohan Hedberg1-3/+5
2009-09-04Fix race condition in authorizing audio connectionsJohan Hedberg1-1/+7
2009-09-04Fix audio connection authorization handling with timeoutsJohan Hedberg1-0/+32
2009-09-03Fix authorization when the audio profiles are slow to connectJohan Hedberg1-0/+41
2009-09-03Rename audio_device_is_connected more appropriatelyJohan Hedberg1-1/+1
2009-09-02Make headset connecting state consistent with the rest of the interfacesJohan Hedberg1-3/+3
2009-09-02Fix org.bluez.Audio state trackingJohan Hedberg1-5/+10
2009-07-13Create A2DP Source interface.João Paulo Rechi Vita1-0/+4
2009-07-02Make sure Audio.Disconnect cancel pending connections.Luiz Augusto von Dentz1-1/+1
2009-06-16Fix regression when there is no agent registered.Luiz Augusto von Dentz1-1/+8
2009-06-15Fix bug which cause authorization to be denied in certain headsets.Luiz Augusto von Dentz1-0/+42
2009-06-10Compare sink_state with correct enum valueJohan Hedberg1-1/+1
2009-05-28Fix maximum headset connection count check for Audio interfaceJohan Hedberg1-4/+13
2009-05-13Fix state comparisons to test for specific state valuesJohan Hedberg1-5/+15
2009-05-13Fix org.bluez.Audio state trackingJohan Hedberg1-3/+3
2009-05-04Make sure unix clients are released before freeing audio device data.Luiz Augusto von Dentz1-2/+2
2009-04-22Make audio plugin to use disconnect watches.Luiz Augusto von Dentz1-0/+6
2009-04-16Use correct state enum for sink old_stateJohan Hedberg1-1/+1
2009-04-07Fix device removal while audio IPC client is connectedJohan Hedberg1-0/+3
2009-04-04Send reply for each if-clause separatelyJohan Hedberg1-3/+2
2009-04-03Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)Forrest1-0/+4
2009-04-02Fix disconnection timers for org.bluez.AudioJohan Hedberg1-2/+2
2009-04-01Fix org.bluez.Audio unregistrationJohan Hedberg1-0/+3
2009-03-28Track sink state instead of avdtp state in device.cJohan Hedberg1-23/+39
2009-03-27Implement Audio.Connect and Audio.DisconnectJohan Hedberg1-12/+105
2009-03-27Implement org.bluez.Audio State propertyJohan Hedberg1-9/+96
2009-03-27Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg1-8/+111
2009-03-27Add skeleton for org.bluez.Audio interfaceJohan Hedberg1-8/+87
2009-03-27Add headset state callback into device.cJohan Hedberg1-0/+27
2009-03-27Add AVCTP state callback support to control.cJohan Hedberg1-2/+24
2009-03-26Use dev->control when calling audio_device_is_connected() for control.Nick Pelly1-1/+1