History log of /btstack/example/spp_flowcontrol.c (Results 1 – 21 of 21)
Revision Date Author Comments
# 762141af 20-Jun-2023 Matthias Ringwald <[email protected]>

example: use sdp_create_service_record_handle() for sdp record and assert sdp record buffer is large enough, fixes #489


# fcd55a0b 10-Jan-2023 Milanka Ringwald <[email protected]>

examples: unify status stdout format


# 8c9bb29e 17-Dec-2021 Matthias Ringwald <[email protected]>

example: init SM if LE supported to avoid issue with Android Cross-Transport Key-Derivation


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

license: update text


# 6058cb0d 25-Mar-2021 Matthias Ringwald <[email protected]>

examples: use `btstack_event.h` getters instead of direct array access, use enum to compare status codes


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


# 96cb50ec 07-Sep-2018 Matthias Ringwald <[email protected]>

example/spp_flowcontrol: fix compile


# 0c2b8870 16-Aug-2017 Matthias Ringwald <[email protected]>

examples: unify local names and append BD_ADDR


# 16f28706 22-May-2017 Matthias Ringwald <[email protected]>

examples: use gap_pin_code_response in examples and tests


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


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

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


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

use hci_event_link_key_request_get_bd_addr


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

use getters in RFCOMM_EVENT_INCOMING_CONNECTION and RFCOMM_EVENT_CHANNEL_OPENED


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

use hci_event_pin_code_request_get_bd_addr


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

use btstack_event_state_get_state


# f8f6a918 31-Mar-2016 Matthias Ringwald <[email protected]>

events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED


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

sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record


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

fix msp430 ports


# 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