History log of /external/bluetooth/bluez/audio/device.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9a8383ad9ee9516756abeeb5081de9651a6294ed 31-Oct-2009 Nick Pelly <npelly@google.com> Add support for sending Broadcom coexistance setup commands for A2DP links.

Enabled on platforms with BOARD_HAVE_BLUETOOTH_BCM.

Change-Id: Ic223955ac3580e5a9430f96e069f686a7afdbef8
/external/bluetooth/bluez/audio/device.c
2af3d4bbf91e3b5e55f17c31ca8d6266574e13be 13-Dec-2010 Gustavo F. Padovan <padovan@profusion.mobi> audio: use btd_error_failed()
/external/bluetooth/bluez/audio/device.c
0d39f2db3c792f79c13f798e1ff4a47538d54d03 08-Dec-2010 Gustavo F. Padovan <padovan@profusion.mobi> Add btd_error_already_connected()
/external/bluetooth/bluez/audio/device.c
bd3cf4860d056d3044b7eb8a4e03c53934eb20a6 06-Dec-2010 Gustavo F. Padovan <padovan@profusion.mobi> Add btd_error_in_progress()
/external/bluetooth/bluez/audio/device.c
64dc6dbbf34802055a996c390bd876d9cdaef504 06-Dec-2010 Gustavo F. Padovan <padovan@profusion.mobi> Add btd_error_not_connected()
/external/bluetooth/bluez/audio/device.c
20ccc578c85111ca8790bd773b6fa337e80b4c71 28-Nov-2010 Johan Hedberg <johan.hedberg@nokia.com> Remove unused includes
/external/bluetooth/bluez/audio/device.c
31cff5b28fc1a5e63085e160af8189a6bfbd7939 15-Nov-2010 Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> Fix not removing all timers when user request to disconnect audio

This timers can trigger reconnections which is not a desirable behavior
/external/bluetooth/bluez/audio/device.c
8c8ce257af78448ff1d53c057d96b7e62a8de994 05-Nov-2010 Daniel Orstadius <daniel.orstadius@nokia.com> Fix audio disconnect watch in connecting state

If disconnect_cb is not added until the connected state, the
callback will not be triggered if Device.Disconnected is called
while the audio profiles are still connecting.
/external/bluetooth/bluez/audio/device.c
1dacc118c8d618fd521b600a9329b3416c0e4353 23-Sep-2010 Radoslaw Jablonski <ext-jablonski.radoslaw@nokia.com> Fix headset disconnecting via device disconnect

Headsets for proper disconnecting need to disconnect profiles in specified
order(by ex. disconnect a2dp, then sink and hfp at the end). Instead of
adding separate callbacks for disconnecting each profile, now adding only
one callback in audio/device.c for calling audio disconnect functions in
correct order. New disconnect callback works similarly to dev_disconnect
from audio/device.c
/external/bluetooth/bluez/audio/device.c
92936ce9fcc71e99922296b83a0617180d091e59 02-Sep-2010 Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> Fix memory leak and possible crash when removing audio device

Memory allocated for pending authorizations were not freed when
removing/unregistering an audio device, this could also cause a crash
if the core doesn't automatically cancel pending requests.
/external/bluetooth/bluez/audio/device.c
f083541fe7adfea7c75db56a5369da3a004bd951 08-Jun-2010 Johan Hedberg <johan.hedberg@nokia.com> Fix audio profile disconnection order

According to the SIG whitepaper the order should be AVCTP, AVDTP, HFP.
/external/bluetooth/bluez/audio/device.c
8e58667ef0a4cda88ac64137728da28d8fdf3f0f 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move debug() to DBG()

Use the new dynamic debug feature
/external/bluetooth/bluez/audio/device.c
e891f7df6225c758da0d95f7554c6cc67f72f31e 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move logging.{c,h} to log.{c,h}

Try to make log stuff more similar to ConnMan and oFono.
/external/bluetooth/bluez/audio/device.c
d9b3dff970f78d9774a4d36dc90119063f73ee9e 10-Feb-2010 Claudio Takahasi <claudio.takahasi@openbossa.org> Fix segmentation fault when headset disconnects during authorization

Headset authorization callback is not being removed when the headset
disconnects during authorization. Cancel authorization function of
audio devices doesn't iterate the callbacks list properly.
/external/bluetooth/bluez/audio/device.c
a2b958337fd1eaf827b6b434ac655873e6f3602a 04-Feb-2010 Gustavo F. Padovan <padovan@profusion.mobi> Implement HandsfreeGateway Interface

Create a interface where a Handsfree agent can register and use BlueZ to
handle the rfcomm and sco links.

Many thanks to Zhenhua Zhang <zhenhua.zhang@intel.com> for his
prototype on this code.
/external/bluetooth/bluez/audio/device.c
5592142cb9383df0556b27ac59e96547b380310b 07-Jan-2010 Johan Hedberg <johan.hedberg@nokia.com> Update Nokia copyrights
/external/bluetooth/bluez/audio/device.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/device.c
cebec3d1a63da3df98583512301337cfd5465a50 06-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Coding style fixes
/external/bluetooth/bluez/audio/device.c
04394771451b4fd89501dd665f1f0d2cefb4f05a 06-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix audio device authorized setting for AVRCP-only connections

AVRCP state isn't hooked up to the generic audio interface and its state
changes so it needs to clear the authorized variable when getting
disconnected if no other profile is active.
/external/bluetooth/bluez/audio/device.c
86aeac39b244f9f9ca5ad22fa9a82118cfaed004 05-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix audio authorization cancelation on the same mainloop iteration

If the device is trusted and the authorization is canceled before the idle
callback takes place the idle callback should be removed. This patch adds
tracking of the idle id and removes it in the case of cancelation.
/external/bluetooth/bluez/audio/device.c
61d29a1847169342dd82713468e528224b54925c 05-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Make dev->authorized private to audio/device.c

There's no need to expose the authorized setting outside of device.c.
/external/bluetooth/bluez/audio/device.c
763c7011e1e9dc6499b586dcb8b190e9987c7939 04-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix race condition in authorizing audio connections

The current check for implicit authorization is if any other audio profile
is already connected. However, a the second profile might try to connect
right after we've gotten a positive authorization reply for the first one
but before the first profile has reached "connected" state. So just by
checking the connected state of other profiles we might get a false
negative for the decision of doing implicit authorization.

This patch adds a variable to the audio_device struct for keeping track of
if we've gotten a positive authorization reply that can be used in
addition to the "any other profiles" connected check. This variable gets
cleared when the (global audio) device state goes back to disconnected.
/external/bluetooth/bluez/audio/device.c
88d7897d4c6e129c52d7f84a670d49e712e27fd1 04-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix audio connection authorization handling with timeouts

When manager.c (HFP/HSP), avdtp.c (A2DP) or control.c wants to cancel an
authorization request it shouldnd't affect the requests of the other
modules. So btd_cancel_authorization cannot be used. This patch adds a new
cancellation function to device.c which will remove the specific callback
from the list and only if the list is empty call btd_cancel_authorization.
/external/bluetooth/bluez/audio/device.c
9604e597d73484f37d396291fbcd27c1843e4780 03-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix authorization when the audio profiles are slow to connect

Incoming audio connections should be automatically authorized if either
HFP/HSP or A2DP is already connected for the same device.
/external/bluetooth/bluez/audio/device.c
9c3f955375abff0d9ec2c151a5ad4b402c0ac29e 03-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Rename audio_device_is_connected more appropriately
/external/bluetooth/bluez/audio/device.c
9722cf5f77226fb71c404aafb12fe513f890ccbf 01-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Make headset connecting state consistent with the rest of the interfaces

Audio, AudioSink, AudioSource and Control interfaces use "connecting"
instead of "connect in progress" so make the Headset interface consistent
with that.
/external/bluetooth/bluez/audio/device.c
f4e43f4758a6dcf18a4343c44191c15b386788fa 01-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix org.bluez.Audio state tracking

When either Headset or AudioSink goes to connected Audio should go to
connected as long as the other profile is already connected. This patch
fixes the "other profile state" check to connected or any higher state
(e.g. playing) instead of strictly only testing for connected.

This bug could be triggered when the remote device is acting as initiator
and is very fast in bringing one profile into some state higher than
connected (before the other profile manages to become connected).
/external/bluetooth/bluez/audio/device.c
f79bab5a11c34f46150544aa5742616fddeb0195 13-Jun-2009 João Paulo Rechi Vita <jprvita@gmail.com> Create A2DP Source interface.
/external/bluetooth/bluez/audio/device.c
79a7b2f441b82f59fe9f0bb1357ee1a1cc1e752f 02-Jul-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make sure Audio.Disconnect cancel pending connections.
/external/bluetooth/bluez/audio/device.c
910ffb4ca785da71b670bf105e234435c67fd7fe 16-Jun-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix regression when there is no agent registered.

The regression was introduced by audio_device_request_authorization which
cause the authorization request to be added the list no matter what
btd_request_authorization returns.
/external/bluetooth/bluez/audio/device.c
e7e1be5d17f182e5d4119fc47cc18732511e363e 15-Jun-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix bug which cause authorization to be denied in certain headsets.

Some headsets (Nokia HS-12W) connects first on avrcp and only then on hfp
so in case Trusted property is not set this will cause agent_authorize to
return -EBUSY and drop hfp connection.

The proper solution would be to group all connections requests only
sending one authorization so the agent either accept them all or not, but
that would require API changes which we are avoiding right now, so the
current fix only send one connection request which the reponse is used for
the rest of the connections.
/external/bluetooth/bluez/audio/device.c
2e5aed934840d99e8ece6def186a0956937db778 10-Jun-2009 Johan Hedberg <johan.hedberg@nokia.com> Compare sink_state with correct enum value
/external/bluetooth/bluez/audio/device.c
a0ba6a6cb37fb41238a12fd8e8f9243685400b07 28-May-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix maximum headset connection count check for Audio interface
/external/bluetooth/bluez/audio/device.c
6695e0eaf05eb5bcd23c034ce5a9ca39419739e1 13-May-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix state comparisons to test for specific state values
/external/bluetooth/bluez/audio/device.c
5a2c498a85c277bcce0fdaadb66129e8a94c25e5 13-May-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix org.bluez.Audio state tracking

Some minor fixes to the Audio interface state changes.
/external/bluetooth/bluez/audio/device.c
6932b48abee64fe0cd5e11cc6c9ece86c7e74c1a 30-Apr-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make sure unix clients are released before freeing audio device data.
/external/bluetooth/bluez/audio/device.c
5063d28f172642d0e51c49f1e5d5881c87a36f20 22-Apr-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make audio plugin to use disconnect watches.
/external/bluetooth/bluez/audio/device.c
1ba4468cc540feda6263c6f981dc88d547032058 15-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Use correct state enum for sink old_state
/external/bluetooth/bluez/audio/device.c
22911b0b33e1279567f2893aadf02f6bdf1d4e8b 07-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix device removal while audio IPC client is connected
/external/bluetooth/bluez/audio/device.c
a20558bae248bb77160d6bc4afdc2a24a3074d4b 04-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Send reply for each if-clause separately

In practice we should never have both dc_req and conn_req at the same time but
static memory leak analyzers might complain if it looks like the second reply
generation could overwrite the first.
/external/bluetooth/bluez/audio/device.c
e9ad28fb72de33caebb8b444b6ede1e7b852dc6e 03-Apr-2009 Forrest <forrest.zhao@gmail.com> Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)
/external/bluetooth/bluez/audio/device.c
1200c9362b09dcc0cd362c046b93c560a7a47256 02-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix disconnection timers for org.bluez.Audio

The original org.bluez.Audio patch forgot to make sure that the disconnection
timers for Headset and AudioSink get disabled when org.bluez.Audio.Connect is
used. This patch fixes it.
/external/bluetooth/bluez/audio/device.c
457056310229911e820357470ee8fb30c82516da 01-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix org.bluez.Audio unregistration
/external/bluetooth/bluez/audio/device.c
7e027fbe5a8980b8e8e6daf0cba528cc6e040a62 28-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Track sink state instead of avdtp state in device.c
/external/bluetooth/bluez/audio/device.c
b7c0c6f79a7d2f5aba0cd43a9830cd2e708b7273 27-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Implement Audio.Connect and Audio.Disconnect
/external/bluetooth/bluez/audio/device.c
11b636e6b857a67c802a739234b4f14d1d3ce93b 27-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Implement org.bluez.Audio State property
/external/bluetooth/bluez/audio/device.c
80b1146a20aed2b63119a4d6557e6c9ec9b084c2 27-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Add support for automatic HFP+A2DP connection creation with incoming connections

This patch adds logic for automatically connecting both A2DP and HFP profiles
if the headset only connects the other. The feature can be switched off using
the AutoConnect audio.conf parameter.
/external/bluetooth/bluez/audio/device.c
97e8180cfd8a2f31153bf40fed14826e064f7476 27-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Add skeleton for org.bluez.Audio interface
/external/bluetooth/bluez/audio/device.c
2ca9821ff22883a601021e2edae0caa4ad1f5aa3 27-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Add headset state callback into device.c
/external/bluetooth/bluez/audio/device.c
313a1935e3d0af1a9aec18009c3b3b204451d5fa 27-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Add AVCTP state callback support to control.c

This prepares the way for having more fine-grained multi-profile connection
control within device.c.
/external/bluetooth/bluez/audio/device.c
13a8838122b68ff05a6507cd157da25aeaacde58 27-Mar-2009 Nick Pelly <npelly@google.com> Use dev->control when calling audio_device_is_connected() for control.

In 4.x this logic appears to be replicated (without the bug) in
manager_find_device() - so we may never hit this code path - but still good
to fix.
/external/bluetooth/bluez/audio/device.c
243103b980ea809168803f9f923678aa1333b4c2 25-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Make use of the AVDTP session state callback for automatic AVRCP control
/external/bluetooth/bluez/audio/device.c
8569aed5570e415a2d4361c521c0b511684e3b7e 04-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Delay AVRCP connection when remote device connects A2DP

The audio profile coexistence whitepaper recommends that the initiator
of the A2DP connection also initiates the AVRCP connection. This patch
adds a two second delay before we attempt connecting AVRCP after the
remote device has connected A2DP to us.
/external/bluetooth/bluez/audio/device.c
60ec17b68922904833973af118ff91e0f1df1b04 08-Jan-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make audio plugin to use audio_device sufix instead of device_.

To prevent future name clashes with btd_device API.
/external/bluetooth/bluez/audio/device.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/device.c
d0c561820ca05cafc8a7d20e3250953b48aa5214 30-Jul-2008 Luiz Augusto von Dentz <luiz.dentz@indt.org.br> Remove use of g_dbus_unregister_all_interfaces.
/external/bluetooth/bluez/audio/device.c
12d81a98fe65d109c0b1caa242e96b005bcc8209 28-Jul-2008 Luiz Augusto von Dentz <luiz.dentz@indt.org.br> Cleanup audio manager.
/external/bluetooth/bluez/audio/device.c
f269e27ce7e39e6484cf02a137dcda7458a7fd85 06-Jun-2008 Marcel Holtmann <marcel@holtmann.org> Fix the last remains of sending helpers
/external/bluetooth/bluez/audio/device.c
b6029c0ffd7facd5f41bd665c84043d08961847d 02-Jun-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make audio service to use libgdbus functions.
/external/bluetooth/bluez/audio/device.c
caf9fdd6d0183afc3b21d1cd82eb637773c131de 29-May-2008 Marcel Holtmann <marcel@holtmann.org> Replace struct device with struct audio_device
/external/bluetooth/bluez/audio/device.c
30751fe0c0430e0757c018de4f8e6bceee5e85f7 20-May-2008 Marcel Holtmann <marcel@holtmann.org> Fix issues with missing include for PATH_MAX
/external/bluetooth/bluez/audio/device.c
0094809955895c974fbe95f2d3ed13f420a6a6ed 15-May-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make bt_io_callback_t to take both source and destination.
/external/bluetooth/bluez/audio/device.c
15ea15b3a752f0487bc50d0ea04925f1b9d33dcb 09-May-2008 Marcel Holtmann <marcel@holtmann.org> Move D-Bus object and interface helpers into libgdbus
/external/bluetooth/bluez/audio/device.c
e7d668ac9e813bc9922ee7d771848bd8822d5d1f 08-May-2008 Marcel Holtmann <marcel@holtmann.org> Move D-Bus watch functions into libgdbus
/external/bluetooth/bluez/audio/device.c
2fff5cdc8c0d7a626890ee8f0dd82d464e4fd375 28-Mar-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Remove blocking calls to GetRemoteName.
/external/bluetooth/bluez/audio/device.c
7299869ac79b76564cd68411acb18f4233ddbbb7 28-Mar-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Convert audio service into a plugin.
/external/bluetooth/bluez/audio/device.c
1152fc72d35de616d5d2d3a29525fd6aacb852f9 27-Mar-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Remove blocking call of FinishRemoteServiceTransaction.
/external/bluetooth/bluez/audio/device.c
e823c15e43a6f924779e466d434c51157002d9ee 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/device.c
d4e24bf6a3d8af6479abce92fbbf1869a59669aa 21-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Integrate new ipc API implementation.
/external/bluetooth/bluez/audio/device.c
589d60855eedc4d207ed6e79cae3e18c48a4586f 25-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Add uinput support for AVRCP
/external/bluetooth/bluez/audio/device.c
de72271829f6bfd21aa6550a2ac6d81e35b53cad 23-Oct-2007 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/device.c
0ad3f2251089e00a57b6aa6def396e24f30ab1e4 23-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Integrate AVRCP further with the rest of the audio service
/external/bluetooth/bluez/audio/device.c
af44f3cafbe4a2a2f2c4bb5879d803f766cf775a 09-Oct-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix device removal when it is not the current adapter.
/external/bluetooth/bluez/audio/device.c
c13f5169711913b9b6d3ee40740480fe234491cd 29-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Add GetAdapter method and update API documentation
/external/bluetooth/bluez/audio/device.c
dad4c62b54ab078c1d5525e80be9c6391ea1731a 29-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Add GetName method to Device interface
/external/bluetooth/bluez/audio/device.c
92f94938b981fe6a892e365670d5fa4d58c94283 24-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Add support for ALSA parameters
/external/bluetooth/bluez/audio/device.c
cdd9e2e17ad674e5fc1a5ed19643880ef61d28c7 16-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Rework interfacing with the avdtp state machine
/external/bluetooth/bluez/audio/device.c
b1cd269c68b76018c2aabd550d37b3b7348e5cd6 15-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Yet another fix (memory leak) to using find_adapter
/external/bluetooth/bluez/audio/device.c
a79bcc5733cb5898abb878fb3cfe8ba27fef7bdf 15-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> check find_adapter return value for NULL
/external/bluetooth/bluez/audio/device.c
962e84af6703db98d6fccaa654502f040619a846 15-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Use FindAdapter to resolve adapter paths
/external/bluetooth/bluez/audio/device.c
8f0de90a8fd518bc5a1b0c63a6b9d2357375a287 13-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix RemoveDevice bug that prevent its removal from storage.
/external/bluetooth/bluez/audio/device.c
c2833e263d6cfc4cf82f4bfdcc59640a4071aeae 13-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Remove ifndef protections and includes from .h files
/external/bluetooth/bluez/audio/device.c
d013a1eaa7beebbb49c1fe0015c70ad81566d97c 13-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Clean up mess with header files
/external/bluetooth/bluez/audio/device.c
9494c146cec1df466c2f331957748beeac8d745a 11-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Remove redundant stream fd from config response
/external/bluetooth/bluez/audio/device.c
c1761757dfeb3bf1802c5486d652d8f3852f939e 11-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Get rid of some valgrind warnings caused by hci_get_route(NULL) calls
/external/bluetooth/bluez/audio/device.c
6763ebb3c231740c66a235f94d56e8d8cc213d90 11-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Integrate A2DP work from Johan's and Luiz's GIT trees
/external/bluetooth/bluez/audio/device.c
389d6a32fa14abefec394b9ebfa3b2deb51489c7 27-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Revert changes on storage, rfcomm might change over time.
/external/bluetooth/bluez/audio/device.c
2a2c204cd0e4bcf0a603ba72be9a50203a817b54 27-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixes for service shutdown.
/external/bluetooth/bluez/audio/device.c
2cc84f09868d94aad737853b12ab41f4b83a1db9 23-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix storage code.
/external/bluetooth/bluez/audio/device.c
1a03aad91407d5b170787c24e32edfc2e673d76c 23-Jun-2007 Marcel Holtmann <marcel@holtmann.org> Add storage support and fixup messed up coding style
/external/bluetooth/bluez/audio/device.c
a53371133fb399bd7fc70c131a82b64e7e20bac8 22-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add device files that implements org.bluez.audio.Device interface.
/external/bluetooth/bluez/audio/device.c
d42edde61115b525ac1e9fe6ba8ead1c791d12ca 22-Jun-2007 Marcel Holtmann <marcel@holtmann.org> Remove wrongly committed files
/external/bluetooth/bluez/audio/device.c
1ad4df62d7b0ca988bc5ae62444420fc0273d53a 22-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Merge changes from git://git.infradead.org/users/vudentz/bluez-utils.git.
/external/bluetooth/bluez/audio/device.c