History log of /btstack/example/spp_counter.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


# 3ba271a7 02-Nov-2022 Matthias Ringwald <[email protected]>

example/spp_counter: remove outdated comments


# 5d6bd48f 09-Jun-2022 Matthias Ringwald <[email protected]>

example/spp_counter: use snprintf


# 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


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

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


# 58d7a529 01-Nov-2017 Milanka Ringwald <[email protected]>

update examples docu


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


# 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


# a31ff992 03-Apr-2016 Matthias Ringwald <[email protected]>

examples: spp_and_le_counter, spp_counter - use rfcomm_request_can_send_now_event


# 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


# 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