Home
last modified time | relevance | path

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

/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c161 &btstack_run_loop_base_disable_data_source_callbacks,
/btstack/platform/embedded/
H A Dbtstack_run_loop_embedded.c210 &btstack_run_loop_base_disable_data_source_callbacks, in btstack_run_loop_embedded_get_instance()
/btstack/test/embedded/
H A Drun_loop_base_test.cpp41 btstack_run_loop_base_disable_data_source_callbacks(&data_source, DATA_SOURCE_CALLBACK_POLL); in TEST()
/btstack/src/
H A Dbtstack_run_loop.h197 void btstack_run_loop_base_disable_data_source_callbacks(btstack_data_source_t * data_source, uint1…
H A Dbtstack_run_loop.c85 void btstack_run_loop_base_disable_data_source_callbacks(btstack_data_source_t * data_source, uint1… in btstack_run_loop_base_disable_data_source_callbacks() function
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c248 &btstack_run_loop_base_disable_data_source_callbacks,
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c242 &btstack_run_loop_base_disable_data_source_callbacks,
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c350 &btstack_run_loop_base_disable_data_source_callbacks,
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp156 btstack_run_loop_base_disable_data_source_callbacks(ds, callback_types); in btstack_run_loop_qt_disable_data_source_callbacks()