History log of /external/bluetooth/bluez/src/sdpd-server.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ff9fd885d68e86f6369c788451d7c86c608b358 11-Mar-2011 Jaikumar Ganesh <jaikumar@google.com> Change to Android style sockets.

Original Change by Nick Pelly.
Moved to Bluez-4 by Jaikumar Ganesh

Change-Id: I5ee90dd491d76ddf13da8c37356127b68c6a23ee
/external/bluetooth/bluez/src/sdpd-server.c
c998f0a36783f32bb6b804b3d642bc1a5fde2563 27-Dec-2010 Johan Hedberg <johan.hedberg@nokia.com> Fix closing of SDP server sockets

The existing code relied on set_close_on_unref which doesn't work as
long as the io watch callbacks hold on to their own reference. To fix
this it's better to track the watch id's instead of the IO channels and
do g_source_remove instead of g_io_channel_unref.

This isn't a particularly critical fd leak since these are created once
on bluetoothd startup and closed on exit, however they do help clean up
the valgrind fd-leak report.
/external/bluetooth/bluez/src/sdpd-server.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/src/sdpd-server.c
ec98e03076f6b4508e945b6a4afb943c0e1f4800 22-Mar-2010 Luiz Augusto Von Dentz <luiz.dentz-von@nokia.com> Add missing check for listen return
/external/bluetooth/bluez/src/sdpd-server.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-server.c
cd7016b5320ae4274dbbbc829b5fe7f7ae1d568a 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix memory leak
/external/bluetooth/bluez/src/sdpd-server.c
006592002415323e97f3e093f1456fa7d856d821 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Minor whitespace fixes
/external/bluetooth/bluez/src/sdpd-server.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-server.c
e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 29-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Move hcid to src directory and rename it to bluetoothd
/external/bluetooth/bluez/src/sdpd-server.c