platform/daemon: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro
daemon: drop unused DAEMON_EVENT_RFCOMM_CREDITS
license: update text
daemon/l2cap_example: use scraped PSMs
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
daemon examples: avaid compile warning
gap: introduce GIAC and LIAC, use gap_start_inquiry wrapper function
daemon: fix example compile
daemon: use windows run loop and uart block
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
fix compile
use l2cap event getters
use getters in HCI_EVENT_LE_META
daemon: fix compile
mtk: fix hci transport, daemon: fix compile
daemon: prefix l2cap/rfcomm/sdp events only used by daemon
use hci_event_link_key_request_get_bd_addr
use getters in RFCOMM_EVENT_INCOMING_CONNECTION and RFCOMM_EVENT_CHANNEL_OPENED
use hci_event_pin_code_request_get_bd_addr
use btstack_event_state_get_state
use hci_event_inquiry_result_get_num_responses
events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED
12