History log of /btstack/platform/daemon/example/l2cap_server.c (Results 1 – 17 of 17)
Revision Date Author Comments
# db09c08d 09-May-2022 Matthias Ringwald <[email protected]>

platform/daemon: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro


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

license: update text


# 6259b5df 09-Oct-2019 Matthias Ringwald <[email protected]>

daemon/l2cap_example: use scraped PSMs


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

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


# cb93c223 08-Nov-2018 Matthias Ringwald <[email protected]>

daemon examples: avaid compile warning


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


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

use l2cap event getters


# 62c64df1 01-Apr-2016 Matthias Ringwald <[email protected]>

daemon: prefix l2cap/rfcomm/sdp events only used by daemon


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

use hci_event_link_key_request_get_bd_addr


# 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


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

event: introduce hci_event_packet_get_type


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