History log of /external/bluetooth/bluez/compat/sdp.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4b1673b878a358d2492f24b46e92ea36d8f8bbf 20-Oct-2010 Balamurugan Mahalingam <mbalamurugan@atheros.com> Fix hidd to use ServiceName attribute for device name

This patch lets hidd use ServiceName attribute from the SDP response
instead of ProviderName+ServiceDescription for device name.
SDP response from Microsoft Bluetooth device has extended ASCII
character 174(registered symbol) in its ServiceDescription attribute.
This causes some Bluetooth application which expects only printable
characters as device name to crash.
/external/bluetooth/bluez/compat/sdp.c
1a751f399f0914cd875dd0ebd3e2f59cb62e6be8 19-Oct-2010 Balamurugan Mahalingam <mbalamurugan@atheros.com> Fix accessing freed memory

Crash is due to some junk characters in the device name.
The device name is copied from a string variable after freeing the memory
it points to, so there were some junk characters in it which was the reason
for the crash.

Fixing the issue by freeing the memory in string variable after
device name is copied.
/external/bluetooth/bluez/compat/sdp.c
588f659f3f2f725b10f67c81ad1c5755181f93ca 07-May-2010 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Remove extra spaces at end of line in compat dir
/external/bluetooth/bluez/compat/sdp.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/compat/sdp.c
1c195ab280da561f38e54449e4eb3d6882c69b3b 25-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix strncpy length parameters to avoid non-nul-terminated strings
/external/bluetooth/bluez/compat/sdp.c
9c0b5859e6cc4b7a0e925fde8665990281b265d3 29-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix mostly every warning caused by -Wsign-compare
/external/bluetooth/bluez/compat/sdp.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/compat/sdp.c
af44ab3ae754e717e3c168b82f68a8be5f17cf61 20-Oct-2008 Johan Hedberg <johan.hedberg@nokia.com> Fix another format string warning
/external/bluetooth/bluez/compat/sdp.c
abaac70b31c48021dc2d6921af50059fd737927f 14-Aug-2008 Luiz Augusto von Dentz <luiz.dentz@indt.org.br> Fix build problem regarding PATH_MAX.
/external/bluetooth/bluez/compat/sdp.c
40372f9dc3ab115870a10343124216a041e55d17 04-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Move hidd pand and dund into compat directory
/external/bluetooth/bluez/compat/sdp.c