History log of /external/bluetooth/bluedroid/stack/sdp/sdp_api.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
50407e45b6cf3471aa1b01e081599a3f0fc8d0a1 19-Feb-2015 Andre Eisenbach <eisenbach@google.com> Ignore service UUID length if no UUID filter is specified

Bug: 19016326
Change-Id: I6156fee1d6079fec7879f47b6120befe2c4d35cd
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
847b706a9cfba9dc749240b33276a7e02df30f29 28-Jun-2014 Matthew Xie <mattx@google.com> resolved conflicts for merge of a51c9d9d to master

Change-Id: I50eec2efe06017bddac291846fa098c26dc10da1
a51c9d9d225e41fe36a0133f1c17fd981ea59c1d 04-May-2014 Sharvil Nanavati <sharvil@google.com> Logging cleanup: L2CAP and SDP.

Change-Id: I62b5d4f330312dc466a758cb554952017f899696
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
f9c6502a109b0506916969fe016148bd6addf129 25-Feb-2014 Mike J. Chen <mjchen@google.com> Change some printfs in sdp_api.c to SDP_TRACE_DEBUG

The printfs were going to console, which is generally not useful
in Android.

Change-Id: I3b08247c916dc084dfb004ac71fe234d9a541927
Signed-off-by: Mike J. Chen <mjchen@google.com>
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
5cd8bff2dd0337cb52bf48f312e3d2d55a8882fb 01-Feb-2014 Mike J. Chen <mjchen@google.com> Major warnings cleanup

Mostly fixing unused parameter warnings.
A few other warnings also fixed like possible use of
unitialized variables (no real issue found, just compiler couldn't
follow the path), signed vs unsigned warning.

Also fixed some typos, indent issues, removal of dead code, etc.

Change-Id: I95eb887aefc4d559d7921f71a0af5f3bfb01ac01
Signed-off-by: Mike J. Chen <mjchen@google.com>
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
b6dffc12ed1dc044ee3b67026140d37f325d7306 17-Dec-2013 Zhihai Xu <zhihaixu@google.com> Crash pairing keyboard/mouse on N5

The crash is caused by read the source string out of bound.
Should limit the length to copy less than source string length.
should use the
MIN(SDP_DISC_ATTR_LEN(p_curr_attr->attr_len_type), SDP_MAX_ATTR_LEN);
as the length to copy.

bug:12166360
Change-Id: I871d7dcaa8bf73aa27e9088417b35b677924bebd
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
0f1f494bb816390a1be587601a3abf8eb2826c4b 30-Sep-2013 Kim Schulz <k.schulz@samsung.com> Copy paste error in HDP source/sink check

- fixed copy paste error in sdp_api.c

Bug: 10998127
Change-Id: Icffdf04630777badf76ed46a3e203000df6ecc9f
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
0c2e29d5ae7cfd154c790703886d361708b02bbc 17-Oct-2013 Zhihai Xu <zhihaixu@google.com> BTU SIGSEGV on RFCOMM connect to Linux bluetooth dongle

fix a typo which cause the crash.

bug:11260131
Change-Id: I1cbe9f4d20be39f3ca13577687ac92b88b06e366
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
5a7f857d3f4ac5d1282bc32b8119dcc5b5ea39a7 05-Aug-2013 Andre Eisenbach <andre@broadcom.com> Support for 128-bit UUID service discovery

Support the discovery of custom 128-bit UUIDs. This is mainly needed for
GATT service discovery to find custom services.

Bug: 10116729
Change-Id: I8669111dfb8806f5632b7ea8ad02f0e38dded66f
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c
5738f83aeb59361a0a2eda2460113f6dc9194271 13-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf

Change-Id: Ia2de32ccb97a9641462c72363b0a8c4288f4f36d
/external/bluetooth/bluedroid/stack/sdp/sdp_api.c