Add hci_event_builder.c to various ports and tests
daemon: fix build
daemon: enable software aes128
hci_dump: use hci_dump_posix_fs with PacketLogger format in all posix ports
Remove btstack_run_loop_base from port and test
btstack_run_loop_posix: use run loop base (build)
h4 posix ports: use btstack_uart_posix instead of btstack_uart_block_posix
daemon: fix configure.ac
port/daemon: add enable printf hexdump
port: allow make clean without first building the daemon
fix compile tool/metrics and port/daemon
daemon: add --with-intel-usb
daemon: avoid dependency to libgcc for libBTstackServer.dll
daemon: use current dir on windows, enable le secure connections
daemon: enable LE_SECURE_CONNECTIONS
daemon: add -fPIC to CFLAGS
daemon: speed up compilation by specifying .o files instead of .c files
daemon: use btstack_link_key_db_tlv for all targets
daemon: configure TLV, btstack_link_key_db and le_device_db
daemon: add ENABLE_GATT_CLIENT_PAIRING
daemon: fix libusb detection
daemon: use USB_CFLAGS/LDFLAGS, set linker flags for winusb
daemon: fix example compile
daemon: use btstack_uart_block_windows.c on mingw*
1234