posix/le_device_db_fs: fix db read from file
test: fix c/c++ mixed compile warning, streamline makefile
add missing includes to fix build
MISRAC2012-Rule-8.3_b: match function declaration and definition
add missing c++ guard
libusb: handle completed SCO transfers already queue for processing in usb_sco_stop
posix/wav_util: reset wav file pointer after closing it
wiced-h4: fix build
btstack_audio_portaudio: fix automatic close stream for sink
hci_transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h
posix: check if file was opened successfully
btstack_run_loop_core_foundation: fix function names
freertos: remove btstack_run_loop_freertos_execute_code_on_main_thread_from_isrFor IRQ drivers, please register data source and call btstack_run_loop_freertos_trigger_exit insetad.
Revert "freertos: btstack_run_loop_freertos_execute_code_on_main_thread_from_isr"This reverts commit be9b024751bdc1b57ccaa1998bf0ffa117342396.
freertos: btstack_run_loop_freertos_execute_code_on_main_thread_from_isr
hci_dump: use hci_dump_posix_fs with PacketLogger format in all posix ports
hci_dump: disable hci_dump for ports and tests
hci_dump: full rewrite, provide platform-specific implementations for posix and embedded platforms
btstack_uart: add NULL for SLIP function in existing uart implementations (avoid warnings)
btstack_uart_posix: set parity
remove btstack_run_loop_base.h include from run loop implementations and tests
btstack_run_loop_windows: remove unused vars, use base for add/remove data source
btstack_run_loop_windows: use run loop base (code)
btstack_run_loop_wiced: use run loop base
12345678910>>...31