Home
last modified time | relevance | path

Searched refs:btstack_run_loop_base_enable_data_source_callbacks (Results 1 – 9 of 9) sorted by relevance

/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c160 &btstack_run_loop_base_enable_data_source_callbacks,
/btstack/platform/embedded/
H A Dbtstack_run_loop_embedded.c209 &btstack_run_loop_base_enable_data_source_callbacks, in btstack_run_loop_embedded_get_instance()
/btstack/test/embedded/
H A Drun_loop_base_test.cpp39 btstack_run_loop_base_enable_data_source_callbacks(&data_source, DATA_SOURCE_CALLBACK_POLL); in TEST()
/btstack/src/
H A Dbtstack_run_loop.h190 void btstack_run_loop_base_enable_data_source_callbacks(btstack_data_source_t * data_source, uint16…
H A Dbtstack_run_loop.c81 void btstack_run_loop_base_enable_data_source_callbacks(btstack_data_source_t * data_source, uint16… in btstack_run_loop_base_enable_data_source_callbacks() function
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c247 &btstack_run_loop_base_enable_data_source_callbacks,
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c241 &btstack_run_loop_base_enable_data_source_callbacks,
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c349 &btstack_run_loop_base_enable_data_source_callbacks,
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp151 btstack_run_loop_base_enable_data_source_callbacks(ds, callback_types); in btstack_run_loop_qt_enable_data_source_callbacks()