History log of /external/bluetooth/bluez/audio/unix.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bac81ba536a0d77154e01a71b8bb1bd1712d42f6 26-May-2010 Johan Hedberg <johan.hedberg@nokia.com> Coding style cleanup
/external/bluetooth/bluez/audio/unix.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/unix.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/unix.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/unix.c
5592142cb9383df0556b27ac59e96547b380310b 07-Jan-2010 Johan Hedberg <johan.hedberg@nokia.com> Update Nokia copyrights
/external/bluetooth/bluez/audio/unix.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/unix.c
881a1b1cec93465c92efb87c141f2a0345b72f97 05-Oct-2009 Luiz Augusto von Dentz <luiz.dentz@gmail.com> Fix debug message to use requested seid not opened seid.
/external/bluetooth/bluez/audio/unix.c
5f8a274881a823ea51df7a62ca17948b1f4ebe63 06-Oct-2009 Johan Hedberg <johan.hedberg@nokia.com> Add support for AVDTP 1.3 Delay Reporting

This patch adds support for the new Delay Report command in AVDTP 1.3.
/external/bluetooth/bluez/audio/unix.c
ec43fff7e72686e1a7d0e473d62bd4a2793babb7 02-Oct-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix unnecessary NULL checks
/external/bluetooth/bluez/audio/unix.c
966ccc91a4a879574531c1af1ef024b29ff0e77b 04-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix potential leak of client->interface

The code shouldn't just blindly overwrite the existing client->interface
without freeing it first. This could happen e.g. if we get two consecutive
GET_CAPABILITIES requests over the IPC.
/external/bluetooth/bluez/audio/unix.c
cf30b8229002e0e738894627984f5bde601610a3 03-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix a few more ref-leaks with AVDTP failures and unix socket clients

If any of the IPC messages cause us to create a brand new AVDTP session
and then there's failure caused by disconnection, we have to unref the
session since there will not be a unix.c callback to do it when avdtp.c
wants to clean up in the next mainloop iteration.
/external/bluetooth/bluez/audio/unix.c
5c2b1c61ea2d0469aa02ca18503c6525bf48e8ed 03-Sep-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix potential AVDTP reference leak

If the AVDTP connection has just recently disconnected but not yet been
notified to the mainloop then we need to clean the unix.c avdtp session
reference within start_discovery() instead of doing it when the unix
client disconnects. This is because when the AVDTP disconnection finally
gets reported in the next mainloop iteration the unix.c reference wouldn't
get cleared as is intended (since unix.c doesn't have any callbacks at
this point).
/external/bluetooth/bluez/audio/unix.c
645d9d4d2ff9dbd83298968cbcbddf7c233d91d5 17-Aug-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix issues with the previous A2DP Source patch for unix.c
/external/bluetooth/bluez/audio/unix.c
b49a0e138f700c8f4ece3d3a251da96732d0d553 16-Aug-2009 João Paulo Rechi Vita <jprvita@gmail.com> Small optimization on audio IPC.

Check if we find the device before trying to define an interface,
so if we fail the if comparison plus the strdup are not necessary.
/external/bluetooth/bluez/audio/unix.c
8611df700132af9e6503826fc2c2ca5071fae7cc 16-Aug-2009 João Paulo Rechi Vita <jprvita@gmail.com> Add support for the source interface to audio IPC.
/external/bluetooth/bluez/audio/unix.c
cc0c7d0cf8412c8dfbdba1a290ac93326ae348de 16-Jul-2009 Marcel Holtmann <marcel@holtmann.org> Fix another strict-aliasing rules handling with CMSG_DATA
/external/bluetooth/bluez/audio/unix.c
d9c82e44584010aaafcc5588084a0f0d78e3dd91 08-Jul-2009 João Paulo Rechi Vita <jprvita@gmail.com> Add Sink role support to audio IPC.
/external/bluetooth/bluez/audio/unix.c
1340fb6eb3ae71c6a7f57602a1b2a6405c3b577a 03-Jul-2009 João Paulo Rechi Vita <jprvita@gmail.com> Adapt A2DP functions to support the Sink role.

Modify a2dp_source_* functions to more generic a2dp_record(), a2dp_get(),
a2dp_config(), a2dp_resume(), a2dp_suspend(), and a2dp_cancel() which can
handle both the Sink and Source roles.
/external/bluetooth/bluez/audio/unix.c
ac6d6e80be3b75660629b1f1eb028f4781bb548a 30-Jun-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix listen() error check
/external/bluetooth/bluez/audio/unix.c
9a6d297c3486893fc4cb9498ba1872200667f9fa 30-Jun-2009 Forrest Zhao <forrest.zhao@intel.com> Misc fixes for HFP HF role
/external/bluetooth/bluez/audio/unix.c
79ab8a8912bb6e128c6bf1ada7831cf7cc6e740b 28-Apr-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make sure clients using the device are notified when it is removed.

Resetting client->dev to NULL would not disconnect the client freeing the
memory. In fact nothing else than BT_CLOSE should reset client->dev to NULL
since it is used for canceling pending operations.
/external/bluetooth/bluez/audio/unix.c
7fb4d906c00bf6e2ed03cc3e880bab52b8a984d6 26-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix another device removal crash with client_free
/external/bluetooth/bluez/audio/unix.c
66583544c6d586d4bf328ea5b1b4fb399820f11f 15-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Reset a2dp->sep whenever resetting a2dp->session
/external/bluetooth/bluez/audio/unix.c
68adc82e20f3f33d4e9ef99571aa63e67863b2dd 08-Apr-2009 Forrest Zhao <forrest.zhao@gmail.com> IPC integration part for HFP HF support (org.bluez.HeadsetGateway)
/external/bluetooth/bluez/audio/unix.c
22911b0b33e1279567f2893aadf02f6bdf1d4e8b 07-Apr-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix device removal while audio IPC client is connected
/external/bluetooth/bluez/audio/unix.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/unix.c
2daf27bf4e50a2762b4b606baeef0be06c94d97f 01-Apr-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add check for open seid when client request stream to stop.

This should prevent clients from making stream to stop without holding
a lock.
/external/bluetooth/bluez/audio/unix.c
e45d6f9d1414a78b93172070f35853d743647601 01-Apr-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add check for open seid when client request stream to start.

This should prevent client from possible making stream to start without
properly locking it.
/external/bluetooth/bluez/audio/unix.c
6bd4605aec4ef2e9fa225cd7ef0b2d8069ed46d9 27-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix wrong print format '%s' instead of '%d'.
/external/bluetooth/bluez/audio/unix.c
379d756055f32d46fe7e09e1d89be1f780abb144 25-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add specific codec types.

Add specific codec types for a2dp sources and sinks so clients are able
to differ between them.
/external/bluetooth/bluez/audio/unix.c
c2f7b42b9be6dd2d3f4cb52e12a52b73421a236a 19-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix invalid reads when bluetoothd is closed and a unix client holds a stream.
/external/bluetooth/bluez/audio/unix.c
68efb991bdae894c1b0fcec24de0ba588f729ea5 18-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Introduce BT_CLOSE command to audio ipc.

BT_CLOSE is necessary so advanced clients such PulseAudio can release seid
locks without having to disconnect.
/external/bluetooth/bluez/audio/unix.c
c5e75a5051967530f29f9fabfb8593ef2723d57e 19-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add lock flag for capabilities.

lock flag permits the unix client to detect if there is someone holding
the lock so it can prevent useless attempt of setting a new configuration.
/external/bluetooth/bluez/audio/unix.c
bd30e5535a6d713727f8f9433954dcb9dd4b7168 18-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Introduce BT_OPEN command to audio ipc.

BT_OPEN make it possible to lock a given seid which is automacally
release if the client disconnects from the unix socket.
/external/bluetooth/bluez/audio/unix.c
5f468b1ab35625b5c2f95c71d75cf87c50c07bba 24-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add seid field to BT_GET_CAPABILITIES request.

With seid BT_GET_CAPABILITIES can be used to query configured stream
or any other specific capability of interest. In case of 0 it will
just return all capabilities (as before).
/external/bluetooth/bluez/audio/unix.c
3c4a47c04a8da2248a343080d59a9f3362be81e0 06-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add seid field to capabilities.
/external/bluetooth/bluez/audio/unix.c
0fcfb4bedc60fb5f632b4423518cb823f58348fe 24-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add configured flag for codec capabilities.

configured flag is necessary to tell the client whether there is a stream
configured using the codec capability.
/external/bluetooth/bluez/audio/unix.c
47f426817d920bf006a1200c3e58e136b860a216 13-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add object field to audio ipc messages.
/external/bluetooth/bluez/audio/unix.c
9bdf6ba0c50a3d5500e616b0f9d63a190692cc2c 19-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add source and destination fields to audio ipc messages.
/external/bluetooth/bluez/audio/unix.c
7c27b3e218470ba0bc2beaad39635f7b3548e53a 12-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Make use of size_t and ssize_t when possible
/external/bluetooth/bluez/audio/unix.c
1f393331ef64660e614cb21be347b7bebfcff2ed 12-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix audio plugin initialization failure cases
/external/bluetooth/bluez/audio/unix.c
b9e35900865a26486c331f5feeccaec997f822fc 27-Feb-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Reset request id whenever a response is generated.
/external/bluetooth/bluez/audio/unix.c
5b250f7d20c6f8b8864853f19a656f28899bc2cc 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Unregister old stream callback before registering a new one
/external/bluetooth/bluez/audio/unix.c
118aad507231bfa28b0621e389f7f717b0065671 25-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Only request the lock when the client doesn't have it
/external/bluetooth/bluez/audio/unix.c
43a026b8883399a8a72bdf902a4befb83edf2dc6 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Track and cancel requests in client_free
/external/bluetooth/bluez/audio/unix.c
6272788e3058aa548fdbf308a60e20c67152097d 18-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Add BT_PCM_FLAG_PCM_ROUTING flag to ipc
/external/bluetooth/bluez/audio/unix.c
16362a9db9a33b15ea9b61722eb7463b55f09c91 16-Feb-2009 Marc-André Lureau <marcandre.lureau@gmail.com> audio: make *_suspend() use bt_stop_stream_rsp
/external/bluetooth/bluez/audio/unix.c
13fd71450abf7f4ac2d6b1d6c2c70b81b0796f80 12-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Use correct dev pointer
/external/bluetooth/bluez/audio/unix.c
60cf1091c23bb36f45f56ab94b1904e61498f3c7 10-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Make the unix IPC handling more robust

This patch adds extra checks to strictly only allow messages that can be
expected to work with the current code.
/external/bluetooth/bluez/audio/unix.c
cec39b3da3bab506fb63c4d312f0999ecf3530de 02-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Don't try to send an invalid SCO fd over the unix socket
/external/bluetooth/bluez/audio/unix.c
193ad2bbf689556c5cf96ff8f6368965223467bd 08-Jan-2009 Mike Lockwood <lockwood@android.com> Fix a bogus pointer crash that occurred when reconnecting A2DP.
/external/bluetooth/bluez/audio/unix.c
e69d5b35185123db472eecf54e18673b99f14d2f 06-Jan-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix client socket to always be non-blocking.

Accourding to accept man page it does not inherit flags from listening
socket. This mean that any operation in the socket generated by accept
may block which can render the daemon unresponsive.
/external/bluetooth/bluez/audio/unix.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/unix.c
f76b60d3199160172b6cdd48a957ac7921911a8f 29-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Fix receiving data over the unix socket

Don't use MSG_WAITALL since we can (and often will) receive less data
than MTU with the new IPC.
/external/bluetooth/bluez/audio/unix.c
6a0330d53af24f0f5f0d41fd6ff6cf230379870e 23-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Convert sizeof to int before comparison against < 0
/external/bluetooth/bluez/audio/unix.c
b0f85afdba9d51cecc21ac04606a2f759f95df86 20-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Coding style fixes
/external/bluetooth/bluez/audio/unix.c
c4596b6ceb562f5bd0ac985e4764517f36e25642 19-Dec-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Be more strict about message size mismatches.
/external/bluetooth/bluez/audio/unix.c
9937db5c590cf69191e94378ebbbffc62a214e15 16-Dec-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix audio ipc to deal better with codec capabilities.

This should cover custom codec support for a2dp devices and add support
for codecs while using SCO transports.
/external/bluetooth/bluez/audio/unix.c
09d691ffa7e3d873c140aa05a4c2d6c888e1d769 26-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix proble with concurrent clients connecting audio socket.

Concurrent connections is needed in order to support clients holding
different access locks of the headset, eg. arecord | aplay.
/external/bluetooth/bluez/audio/unix.c
4a7ef16ea61752ccb2ea7cd1db965b900417cfa0 25-Nov-2008 Johan Hedberg <johan.hedberg@nokia.com> Remove unused variable
/external/bluetooth/bluez/audio/unix.c
839a47467fb33fdb8df098e86028e6fa9ce7f101 25-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Lock headset on stream start rather than stream configuration.
/external/bluetooth/bluez/audio/unix.c
d63872f77146dbe3bd005409ba21abc8aa07dd74 25-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix headset configuration and start.
/external/bluetooth/bluez/audio/unix.c
4cd5a2c0dc111aa55f08b2585fcdaeabe48e6cf3 25-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix bug which invalidates a device pointer before unlocking.
/external/bluetooth/bluez/audio/unix.c
c6ca785eb241e6e93bcc6ef1ef430cf09ae362b3 25-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make hfp/hsp to suspend properly.
/external/bluetooth/bluez/audio/unix.c
c3a264a57a6e61c22280b52dd01f2677600a04f2 25-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix headset_request_stream to check for stream locks.

A stream should only be configured if there is no other application
holding the lock.
/external/bluetooth/bluez/audio/unix.c
3b804865eaa0d6d7ede7e4282fe394a1152806f4 09-Oct-2008 Johan Hedberg <johan.hedberg@nokia.com> Clean up properly if stream starting fails

Remove the stream state callback if stream start fails. Without this patch the
callback could still be called after a unix client has disconnected which in
turn would cause a double-free to occur. There is code to remove the callback
also in client_free() but it won't work since we remove any references to the
session and stream in the resume callback.
/external/bluetooth/bluez/audio/unix.c
c1bf8e7f46db78c7cc760d22b5c30fd2c6643620 11-Sep-2008 Johan Hedberg <johan.hedberg@nokia.com> Fix info calls that really should be debug instead
/external/bluetooth/bluez/audio/unix.c
12d81a98fe65d109c0b1caa242e96b005bcc8209 28-Jul-2008 Luiz Augusto von Dentz <luiz.dentz@indt.org.br> Cleanup audio manager.
/external/bluetooth/bluez/audio/unix.c
caf9fdd6d0183afc3b21d1cd82eb637773c131de 29-May-2008 Marcel Holtmann <marcel@holtmann.org> Replace struct device with struct audio_device
/external/bluetooth/bluez/audio/unix.c
4d39e4d2ea552e2d4ad36c085700f513e10be7e0 08-May-2008 Marcel Holtmann <marcel@holtmann.org> Move set_nonblocking() to the GLib helpers for now
/external/bluetooth/bluez/audio/unix.c
02643f01b8da5fa59a1af4dfbd055f11033e353c 01-Apr-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix emitting errors to already disconnected clients.
/external/bluetooth/bluez/audio/unix.c
e34ff8c0880d27c8bd95775a8c964408206f18d5 08-Feb-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Improve handling of different transports.
/external/bluetooth/bluez/audio/unix.c
e823c15e43a6f924779e466d434c51157002d9ee 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/unix.c
ad31a843448470c91973a8b4b2a6067a3b3235fc 31-Jan-2008 Johan Hedberg <johan.hedberg@nokia.com> Check for client disconnect when discovery completes
/external/bluetooth/bluez/audio/unix.c
9fa2613525721908ec43189794fe99828b8a4f51 30-Jan-2008 Johan Hedberg <johan.hedberg@nokia.com> Add autoconnect config option to IPC and alsa
/external/bluetooth/bluez/audio/unix.c
489c2e0dbd76d9cecec62d19fafd9e7baddb72e7 23-Jan-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add mpeg12 sep registration.
/external/bluetooth/bluez/audio/unix.c
9ae63b37bb909c66a931ee3934af1ad87047f326 23-Jan-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Initial support of mpeg12 codec.
/external/bluetooth/bluez/audio/unix.c
3b8deddf131599756e7fd3470b18af14e8bcc971 07-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix bug of error responses being ignored.
/external/bluetooth/bluez/audio/unix.c
c7514bc9b27c43fadfcb02180e7d8875890c7820 07-Dec-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix BT_GETCAPABILITIES when the headset has already been acting as INT
/external/bluetooth/bluez/audio/unix.c
1ddd76afa25d775788e3762ab731cad80f8ffe56 07-Dec-2007 Johan Hedberg <johan.hedberg@nokia.com> Minor coding style fixes
/external/bluetooth/bluez/audio/unix.c
721d249e314b0591274436594be56805bf5a2822 06-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fixes for hsp.
/external/bluetooth/bluez/audio/unix.c
d51c190ddd0c2774509d0284979b24b9b0f3524a 04-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix error messages. (thanks to fchevalier for the patch)
/external/bluetooth/bluez/audio/unix.c
2934e194f3ffe754e18477113c870a7b98f88454 03-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Handle new ipc messages properly and adapt the plugins.
/external/bluetooth/bluez/audio/unix.c
d4e24bf6a3d8af6479abce92fbbf1869a59669aa 21-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Integrate new ipc API implementation.
/external/bluetooth/bluez/audio/unix.c
1f1e900f488c2925b8949911b30f363a1fb4dee0 05-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix packet lenght to be the output MTU.
/external/bluetooth/bluez/audio/unix.c
de72271829f6bfd21aa6550a2ac6d81e35b53cad 23-Oct-2007 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/unix.c
cc791a620f77ab090ec5f7cb6977769465c83b80 23-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix unaligned access to ipc_data_cfg struct
/external/bluetooth/bluez/audio/unix.c
9232035b60c0d88126c1023a74bf4221c8c127ef 04-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix stream callback type
/external/bluetooth/bluez/audio/unix.c
c4e21c814832ea94f64821a2360a28074d03be1a 05-Sep-2007 Johan Hedberg <johan.hedberg@nokia.com> Cleanup fd passing a little
/external/bluetooth/bluez/audio/unix.c
e1ca1c0fbb4694b4b2c8e7532b05dbfcd4144687 03-Sep-2007 Brad Midgley <bmidgley@xmission.com> stub in the state change ipc for pausing a stream (but don't enable it yet)
/external/bluetooth/bluez/audio/unix.c
f7ca86c9aa904a915af6720a0add59dd6148cca1 03-Sep-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix channel mode bug.
/external/bluetooth/bluez/audio/unix.c
ec384afacde8614306abe32cf40c55b795783f0e 31-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Implement proper locking for headsets
/external/bluetooth/bluez/audio/unix.c
fc0d501d82773718d0f2d040f786136332c39813 31-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Cleanup and fixes of stream handling
/external/bluetooth/bluez/audio/unix.c
921c1a63009394047b963930cfd49fea60017599 30-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix behaviour when no adapter is connected
/external/bluetooth/bluez/audio/unix.c
4183300934043b1038c84652848c271a235bc5df 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Disable the broken optional codec parameters setup
/external/bluetooth/bluez/audio/unix.c
31bd0bed86998f29e89061e5a3b0925c0d2f52a5 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Change the default bitpool range to 2-32
/external/bluetooth/bluez/audio/unix.c
f40848f9ef7ecdf101a32d7ec1f41c267e7756eb 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Coding style fixes
/external/bluetooth/bluez/audio/unix.c
fcba092e96541bfca5d910c8aca1b2e31336bbbe 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Use a bitpool range as default
/external/bluetooth/bluez/audio/unix.c
f803f3511095e17811c50ebc85971ddd40c55618 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Fix the ALSA plugin parameter mess
/external/bluetooth/bluez/audio/unix.c
69e07f5a7b3934fac5bcf4c554e14e0d0b3cec47 30-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix memory issue.
/external/bluetooth/bluez/audio/unix.c
41b71b230e0aa4b495c091e7d17c6b939ddbce79 29-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix the need to have all parameters.
/external/bluetooth/bluez/audio/unix.c
5402a5058f463efd3bc84d43b1af10ff253b9a1e 29-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make codec parameters support available for application.
/external/bluetooth/bluez/audio/unix.c
25c5aaa285d2e9767ee3be8fb4cd97411307da20 28-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Reset request id for headset connects too
/external/bluetooth/bluez/audio/unix.c
d1fb0b25a9882016de70f102408f10101b348e57 28-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix unix client disconnects before headset has been successfully connected
/external/bluetooth/bluez/audio/unix.c
296dcf42cf8a4f4d6f0192cac58a28887be38552 27-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> First try at device autocreate support
/external/bluetooth/bluez/audio/unix.c
e1bfc91de96a38616100cc31db7bdb69f2cfbea6 27-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Convert alsa initiated headset connections to similar callback system that A2DP is already using
/external/bluetooth/bluez/audio/unix.c
97c120e3f1425d9c431c12167ca4684a0af5f844 25-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Use device string for the IPC
/external/bluetooth/bluez/audio/unix.c
666938b54d631956826343ed278e2af4b982fc29 24-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Support up to two simultaneous streams
/external/bluetooth/bluez/audio/unix.c
92f94938b981fe6a892e365670d5fa4d58c94283 24-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Add support for ALSA parameters
/external/bluetooth/bluez/audio/unix.c
c92c420f83dda53ebde74ad72cd0a3959d430901 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Implement RequestAuthorization support
/external/bluetooth/bluez/audio/unix.c
3919df0168ddf293912231e5e6477bc6f0c24115 20-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix handling of multiple unix clients
/external/bluetooth/bluez/audio/unix.c
730a4ceb9e7e986e2a327fa7e023c3dd2102a50d 20-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Improve handling of simultaneous connect attempts to different devices
/external/bluetooth/bluez/audio/unix.c
78a94059160d7478624cad315022255f7ebbbe80 19-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Improve handling of unix clients which stay connected even though the headset connection is lost
/external/bluetooth/bluez/audio/unix.c
0f458da19471c933a4105cc450c48548b72edc8e 16-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Handle error situations better
/external/bluetooth/bluez/audio/unix.c
871c0518ec53309a38debbb86a36c035c3470fba 16-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Revert changes from previous commit that were not supposed to go in
/external/bluetooth/bluez/audio/unix.c
8ae40e0b0046a011bbc15771f248d7950a606ae4 16-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix minumum bitpool calculation
/external/bluetooth/bluez/audio/unix.c
cdd9e2e17ad674e5fc1a5ed19643880ef61d28c7 16-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Rework interfacing with the avdtp state machine
/external/bluetooth/bluez/audio/unix.c
f1a26f036b1fd1aa8f31dfbe2d857b0bb31abaa1 13-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Handle unix client disconnect properly before we have received a configuration message
/external/bluetooth/bluez/audio/unix.c
c2833e263d6cfc4cf82f4bfdcc59640a4071aeae 13-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Remove ifndef protections and includes from .h files
/external/bluetooth/bluez/audio/unix.c
d013a1eaa7beebbb49c1fe0015c70ad81566d97c 13-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Clean up mess with header files
/external/bluetooth/bluez/audio/unix.c
9494c146cec1df466c2f331957748beeac8d745a 11-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Remove redundant stream fd from config response
/external/bluetooth/bluez/audio/unix.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/unix.c
66d48b0ac25c85de354f26782a377d0ad91bd322 10-Jul-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Code cleanup.
/external/bluetooth/bluez/audio/unix.c
df235d1f395b10654024979180c778777bd50c71 30-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Handle state machine in a better way and add disconnect code for plugin.
/external/bluetooth/bluez/audio/unix.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/unix.c
22dd53fe6ef9783c3357a6da1ecedd3b01bb7003 22-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Update build to make use of newly create files.
/external/bluetooth/bluez/audio/unix.c
eb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 18-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make deprecated headset methods to rely on new device methods.
/external/bluetooth/bluez/audio/unix.c
e703434f83af5a41cb2f27604aedc8b2d15024e2 12-Jun-2007 Johan Hedberg <johan.hedberg@nokia.com> Cleanup
/external/bluetooth/bluez/audio/unix.c
ddf8edc54d666f9b6f75f28b6db5375e2f0982a8 12-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix file descriptor passing.
/external/bluetooth/bluez/audio/unix.c
9217b7d4f85216946943ab588e06b6bcd2f1b5bc 09-Jun-2007 Johan Hedberg <johan.hedberg@nokia.com> Code cleanup
/external/bluetooth/bluez/audio/unix.c
f1a8e719f5687bb32f2f5ed59f26a3203ad43efb 06-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Some fixes for audio code prototype.
/external/bluetooth/bluez/audio/unix.c
8742ce7c3e92a57cde47481281a4928f8d41a771 06-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Experiemental code for alsa plugin and ipc.
/external/bluetooth/bluez/audio/unix.c
e343f2b21a2209d5713e20ad38bbcc862897380b 26-May-2007 Johan Hedberg <johan.hedberg@nokia.com> Move more common stuff to ipc.h
/external/bluetooth/bluez/audio/unix.c
d2d76421ad539e2c6da87e4b4fd2a42493053f49 26-May-2007 Johan Hedberg <johan.hedberg@nokia.com> Move unix socket functionality into unix.c
/external/bluetooth/bluez/audio/unix.c
0097d93ac82733bae644a0be3c6ad0eab6cff4db 26-May-2007 Marcel Holtmann <marcel@holtmann.org> Add unix.c and unix.h skeletons
/external/bluetooth/bluez/audio/unix.c