History log of /btstack/src/classic/sdp_server.c (Results 1 – 25 of 28)
Revision Date Author Comments
# eb404cdc 12-Nov-2024 Matthias Ringwald <[email protected]>

sdp_server: skip empty attribute lists in search search attribute response


# cc643af3 11-Nov-2024 Matthias Ringwald <[email protected]>

sdp_server: validate service search pattern


# 22d58ff8 11-Nov-2024 Matthias Ringwald <[email protected]>

sdp_server: add sdp_server_set_single_record_response


# db96503f 11-Nov-2024 Matthias Ringwald <[email protected]>

sdp_server: return invalid PDU size error


# 2b1502ce 11-Nov-2024 Matthias Ringwald <[email protected]>

sdp_server: validate attribute id list


# 839ee6d9 16-Oct-2023 Matthias Ringwald <[email protected]>

sdp_util: fix spelling


# 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


# 9192020a 07-Jul-2020 Matthias Ringwald <[email protected]>

remove <stdio.h>, <stdlib.h> and printf from most core files


# 6e791780 03-Dec-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-11.9: use NULL instead of 0


# 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)


# 7616f654 03-Oct-2018 Matthias Ringwald <[email protected]>

sdp_server: log queueing operations


# 03751aa7 22-May-2018 Matthias Ringwald <[email protected]>

sdp_server: fix calculation of response buffer size


# c0a6fc5d 13-Apr-2018 Matthias Ringwald <[email protected]>

sdp: free service record item on sdp_unregister_service


# 4443af49 19-Sep-2017 Matthias Ringwald <[email protected]>

sdp_server: fully validate incoming requests


# 235946f1 26-Mar-2017 Matthias Ringwald <[email protected]>

bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 9ec2630c 22-Dec-2016 Matthias Ringwald <[email protected]>

fix unused parameters warning


# 7ef6a7bb 17-Jul-2016 Matthias Ringwald <[email protected]>

l2cap: drop reason arg for l2cap_decline_connection - only 'no resources' expected


# a145b392 08-Apr-2016 Matthias Ringwald <[email protected]>

sdp_server: use request_can_send_now strategy


# aed68c56 07-Apr-2016 Matthias Ringwald <[email protected]>

sdp_server: use request_can_send_now strategy


# 59c6af15 28-Mar-2016 Matthias Ringwald <[email protected]>

add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing


12