fix compile
hci: provided error code in hardware error callback
hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances
use btstack_event_state_get_state
prefix embedded HAVE_
memory: use MAX_NR_ instead of MAX_NO_
MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES
replace bzero with memset and drop HAVE_BZERO
java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT
arduino: fix paths for doc generation
ports: use MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS
event: introduce hci_event_packet_get_type
ancs_client: use btstack_packet_handler_t
use hci_con_handle_t more
daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile
introduce meta event for ANCS Client events
gatt_client: prefix gatt structs with gatt_client
gap.h: use gap_ instead of le_central_ or gap_le_
att -> att_db
hci: set link_key_db via hci_set_link_key_db instead of via hci_init().
util.h: rename swapX into reverse_x
util.h: new names uuid_has_bluetooth_prefix();uuid_add_bluetooth_prefix()
fix typo in big_endian_read_32
sm, att_server: don't forward events from lower layers.
1234