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

example: fix command line address parsing


# bba48196 22-Nov-2023 Matthias Ringwald <[email protected]>

example: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE


# 8e101757 12-Apr-2023 Matthias Ringwald <[email protected]>

example/gatt_browser: inline usage, fix typo


# dd5af05e 23-Feb-2023 Matthias Ringwald <[email protected]>

example/gatt_browser: fix output


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

license: update text


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

docu: copy editing examples titles


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

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


# a63a688a 28-Mar-2019 Matthias Ringwald <[email protected]>

example: document that .h is generated from .gatt


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

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


# c30af2ff 05-Jul-2018 Matthias Ringwald <[email protected]>

don't use empty initializer [-Wgnu-empty-initializer]


# 7ea7688a 25-May-2017 Matthias Ringwald <[email protected]>

btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations


# 6316c8ed 22-May-2017 Matthias Ringwald <[email protected]>

example: fix warning for unused argc, argv


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


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

examples: add dummy GATT Server to GATT Client demos to avoid disconnect if LE Peripheral starts GATT queries on it's own


# 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


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

use getters in HCI_EVENT_LE_META


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

use btstack_event_state_get_state


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

use getters in GAP_EVENT_ADVERTISING_REPORT


# 045013fe 07-Mar-2016 Matthias Ringwald <[email protected]>

java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT


# a6efb919 04-Mar-2016 Matthias Ringwald <[email protected]>

rewrite sscanf_bd_addr to be sscanf free


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

event: introduce hci_event_packet_get_type


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

events: enable HCI, HSP, HFP events


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

examples: move out of embedded subfolder