History log of /btstack/example/sdp_general_query.c (Results 1 – 21 of 21)
Revision Date Author Comments
# 2e80d8ec 24-May-2024 Steven Buytaert <[email protected]>

example: fix command line address parsing


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

license: update text


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

sdp: support de-init


# 7bbeb3ad 27-Oct-2020 Milanka Ringwald <[email protected]>

add missing default switch cases


# ec8ae085 23-Oct-2020 Milanka Ringwald <[email protected]>

docu: copy editing examples titles


# 13820c00 21-Oct-2020 Milanka Ringwald <[email protected]>

docu: updated titles of examples


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

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


# c6cc79be 19-Feb-2019 Matthias Ringwald <[email protected]>

sdp_general_query: fix compile


# 8dd8c618 18-Feb-2019 Milanka Ringwald <[email protected]>

sdp query: use cmd line arg to enter address


# a4fe6467 24-Aug-2018 Matthias Ringwald <[email protected]>

example: register for events after setting up the stack, register for hci events after sm_init()


# 6dbf1f9a 22-Aug-2017 Milanka Ringwald <[email protected]>

handle SDP query error


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


# eb8fc740 07-Jan-2017 Matthias Ringwald <[email protected]>

examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit()


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

fix unused parameters warning


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

move 'BTstack up and running' message from examples into port/../main.c


# fb42b6e5 01-Apr-2016 Milanka Ringwald <[email protected]>

use btstack_event_state_get_state


# efda0b48 17-Mar-2016 Matthias Ringwald <[email protected]>

sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record


# 763c9b6f 17-Mar-2016 Matthias Ringwald <[email protected]>

sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom


# 0e2df43f 19-Feb-2016 Matthias Ringwald <[email protected]>

event: introduce hci_event_packet_get_type


# bcf00d8f 19-Feb-2016 Matthias Ringwald <[email protected]>

examples: move out of embedded subfolder