History log of /btstack/platform/daemon/example/rfcomm_cat.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 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)


# 2ca78d18 15-Aug-2018 Matthias Ringwald <[email protected]>

daemon: fix example compile


# fa968b99 15-Aug-2018 Matthias Ringwald <[email protected]>

daemon: fix example compile


# b9dcd1cc 14-Aug-2018 Matthias Ringwald <[email protected]>

daemon: use windows run loop and uart block


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


# 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


# 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


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

use hci_con_handle_t more


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

daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile