History log of /btstack/src/btstack_run_loop.h (Results 1 – 25 of 31)
Revision Date Author Comments
# 86382a79 16-Aug-2023 HASUMI Hitoshi <[email protected]>

btstack_run_loop: fix typos in comments


# e8cbad60 02-Jun-2022 Dirk Helbig <[email protected]>

btstack_run_loop: support uint64_t timer variable
btstack_run_loop: cleanup whitespaces


# cfa92d39 12-Apr-2022 Matthias Ringwald <[email protected]>

btstack_run_loop: provide details on btstack_run_loop_execute_on_main_thread semantics


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

license: update text


# 6b65794d 01-Nov-2021 Milanka Ringwald <[email protected]>

docs: use @return instead of @returns


# 7eaf37e0 16-Mar-2021 Matthias Ringwald <[email protected]>

btstack_run_loop: add list of callbacks and provide btstack_run_loop_base_execute_callbacks


# 9fb44c6d 16-Mar-2021 Matthias Ringwald <[email protected]>

btstack_run_loop: extend run loop api


# b45b7749 03-Jun-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-8.3_b: match function declaration and definition


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# 796f7837 08-Mar-2021 Matthias Ringwald <[email protected]>

moved btstack_run_loop_base into btstack_run_loop to allow for refactored run loops without client build changes


# 3a2e2107 15-Jan-2021 Matthias Ringwald <[email protected]>

btstack_run_loop: support de-init


# d58a1b5f 27-Nov-2019 Matthias Ringwald <[email protected]>

linked list/run loop: return true if item/data source/timer was removed


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

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


# 398a95ec 05-Jul-2018 Matthias Ringwald <[email protected]>

run_loop: avoid anonymous union


# f04a41ae 05-Jul-2018 Matthias Ringwald <[email protected]>

btstack_run_loop: add btstack_run_loop_set_data_source_handle and btstack_run_loop_get_data_source_handle (for windows)


# 3aad8623 27-Nov-2016 Matthias Ringwald <[email protected]>

windows: add void * handle to data _source


# f316a845 30-Mar-2016 Matthias Ringwald <[email protected]>

posix: use ms timeouts in run loop and also in hci.c


# aec7654d 30-Mar-2016 Matthias Ringwald <[email protected]>

prefix embedded HAVE_


# d0755cd6 30-Mar-2016 Matthias Ringwald <[email protected]>

prefix POSIX related HAVE_ defines


# 0d70dd62 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: pass enable/disable callbacks to run loop impl


# 24ced5a6 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: enable callback for all data sources


# 896424b7 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: add data source callback type to ds handler


# 7cd5ef95 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: pass callback type to data source process functions


# 3a5c43ee 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: set data source fd by new setter


# 5ed06181 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: add callback type enum, add flags to btstack_data_source_t


12