History log of /btstack/src/classic/sdp_client.c (Results 1 – 25 of 46)
Revision Date Author Comments
# 166d44a1 06-Nov-2024 Matthias Ringwald <[email protected]>

sdp_client: iterate over registered SDP query callbacks


# 18e1cd23 15-Feb-2022 Matthias Ringwald <[email protected]>

sdp_client: optimize de_state_size to avoid false static analyzer warning


# b93f8966 22-Nov-2021 Matthias Ringwald <[email protected]>

l2cap: drop reason param in l2cap_disconnect


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# f20b4214 21-Jul-2021 Matthias Ringwald <[email protected]>

sdp: prefix globals, update deinit function


# 0396d6cc 11-Jan-2021 Matthias Ringwald <[email protected]>

sdp: support de-init


# 04905b77 21-Aug-2020 Matthias Ringwald <[email protected]>

sdp_client: pass context in query request callback


# 97b601cf 21-Aug-2020 Matthias Ringwald <[email protected]>

sdp_client: fix warning


# b443d25d 21-Aug-2020 Matthias Ringwald <[email protected]>

sdp_client: add sdp_client_register_query_callback() allows to register query request instead of polling sdp_client_ready()


# e094740e 21-Aug-2020 Matthias Ringwald <[email protected]>

sdp_client: add sdp_client_register_query_callback() allows to register query request instead of polling sdp_client_ready()


# 0d6cebf8 18-Mar-2020 Matthias Ringwald <[email protected]>

sdp_client: query attributes 0x0000..0xffff instead of 0x0001..0xffff to match other stacks / improve compatibility with bad sdp server implementations


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# 505f1c30 19-Nov-2019 Matthias Ringwald <[email protected]>

ISRAC2012-Rule-12.1: add suggested parentheses


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# 84e3541e 27-Sep-2019 Milanka Ringwald <[email protected]>

bluetooth_psm: replace prefix PSM_ with BLUEOOTH_PSM_


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# dbbeec25 20-Sep-2017 Matthias Ringwald <[email protected]>

sdp_client: fix compile


# 5fce6058 20-Sep-2017 Matthias Ringwald <[email protected]>

sdp_cient: validate pdu size before processing


# 23cb683a 20-Sep-2017 Matthias Ringwald <[email protected]>

sdp_client: pass pdu size to sdp response handlers


# 7a26a620 20-Sep-2017 Matthias Ringwald <[email protected]>

sdp_client: streamline sdp pdu handling


# 8590747a 15-Aug-2017 Milanka Ringwald <[email protected]>

sdp client: fix compile


# ad7ff5d1 15-Aug-2017 Milanka Ringwald <[email protected]>

sdp client: handle connection failed


# b6011ef1 10-Jul-2017 Matthias Ringwald <[email protected]>

sdp_client: mark most log_info as log_debug


# 8eaf1b42 05-Jul-2017 Milanka Ringwald <[email protected]>

sdp client: add const to def


# 63155797 30-Mar-2017 Matthias Ringwald <[email protected]>

sdp_client: abort query on SDP_ErrorResponse


12