summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.344.34Marcel Holtmann2009-03-292-1/+17
* Track sink state instead of avdtp state in device.cJohan Hedberg2009-03-281-23/+39
* Add support for sink state callbacksJohan Hedberg2009-03-282-37/+93
* AVCTP qualification: Handle more error codes.Nick Pelly2009-03-271-10/+15
* Use LDADD instead of LIBADD for linkingMarcel Holtmann2009-03-261-1/+1
* Implement Audio.Connect and Audio.DisconnectJohan Hedberg2009-03-273-12/+117
* Fix AVDTP connectingJohan Hedberg2009-03-271-0/+3
* Fix DBusMessage memory leakJohan Hedberg2009-03-271-6/+2
* Fix AVDTP connecting state tracking for outgoing connectionsJohan Hedberg2009-03-271-5/+1
* Implement org.bluez.Audio State propertyJohan Hedberg2009-03-272-17/+97
* Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg2009-03-277-14/+148
* Add skeleton for org.bluez.Audio interfaceJohan Hedberg2009-03-273-9/+140
* Fix wrong print format '%s' instead of '%d'.Luiz Augusto von Dentz2009-03-271-2/+2
* Add headset state callback into device.cJohan Hedberg2009-03-271-0/+27
* Add support for headset state callbacksJohan Hedberg2009-03-272-3/+58
* Remove double semicolonJohan Hedberg2009-03-271-1/+1
* Simplify avdtp_remove_state_cb logicJohan Hedberg2009-03-271-13/+7
* Add AVCTP state callback support to control.cJohan Hedberg2009-03-274-17/+94
* Add ipctest program to list of ignored applicationsMarcel Holtmann2009-03-261-0/+1
* Fix the autoconf/automake mess that ipctest createdMarcel Holtmann2009-03-261-5/+7
* Cast away compiler warnings from sizeof comparisonMarcel Holtmann2009-03-261-2/+2
* AVDTP Qualification: Fix error code for AVDTP get capability with wrong length.Nick Pelly2009-03-261-2/+2
* AVDTP Qualification: Fix error handling for AVDTP set configuration command.Nick Pelly2009-03-261-0/+11
* Implement AVDTP get configuration command.Nick Pelly2009-03-261-1/+41
* Use dev->control when calling audio_device_is_connected() for control.Nick Pelly2009-03-261-1/+1
* Null pointer check on cb in finalize_resume().Nick Pelly2009-03-261-1/+1
* Null pointer check in avctp_unref().Nick Pelly2009-03-261-1/+1
* Clarify commentJohan Hedberg2009-03-271-3/+2
* Fix Disconnected being emitted while reconfiguring.Luiz Augusto von Dentz2009-03-271-14/+12
* Remove unused defineJohan Hedberg2009-03-261-1/+0
* Remove invalid g_io_channel_shutdown callJohan Hedberg2009-03-261-1/+0
* Fix AttributeIdList parsingJohan Hedberg2009-03-261-31/+63
* Disable the libtool symbol export magic for nowMarcel Holtmann2009-03-251-2/+2
* Make use of new codec types.Luiz Augusto von Dentz2009-03-251-2/+2
* Fix ipctest to use BT_OPEN command.Luiz Augusto von Dentz2009-03-251-51/+75
* ipctest: a2dp resume fast & init shutdown scenariosMarc-André Lureau2009-03-252-0/+141
* ipctest: recreate the source when start_streamMarc-André Lureau2009-03-251-1/+11
* ipctest: # for comments, make it less verbose as wellMarc-André Lureau2009-03-251-3/+24
* ipctest: init/shutdown when switching profileMarc-André Lureau2009-03-252-0/+13
* audio: ipctest, sleep now run in mainloopMarc-André Lureau2009-03-251-8/+28
* audio: add a couple of ipctest scenariosMarc-André Lureau2009-03-253-0/+54
* audio: add sleep to ipctestMarc-André Lureau2009-03-251-6/+18
* audio: update ipctest with stream creation/destructionMarc-André Lureau2009-03-251-30/+279
* audio: add a ipctestMarc-André Lureau2009-03-252-0/+788
* Add specific codec types.Luiz Augusto von Dentz2009-03-256-20/+44
* Fix invalid reads when bluetoothd is closed and a unix client holds a stream.Luiz Augusto von Dentz2009-03-251-23/+2
* Remove unnecessary memset.Luiz Augusto von Dentz2009-03-251-1/+0
* Introduce BT_CLOSE command to audio ipc.Luiz Augusto von Dentz2009-03-252-19/+92
* Add lock flag for capabilities.Luiz Augusto von Dentz2009-03-258-5/+85
* Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz2009-03-2512-156/+383