Home
last modified time | relevance | path

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

/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c159 &btstack_run_loop_base_remove_data_source,
/btstack/platform/embedded/
H A Dbtstack_run_loop_embedded.c208 &btstack_run_loop_base_remove_data_source, in btstack_run_loop_embedded_get_instance()
/btstack/test/embedded/
H A Drun_loop_base_test.cpp42 btstack_run_loop_base_remove_data_source(&data_source); in TEST()
/btstack/src/
H A Dbtstack_run_loop.h183 bool btstack_run_loop_base_remove_data_source(btstack_data_source_t * data_source);
H A Dbtstack_run_loop.c77 bool btstack_run_loop_base_remove_data_source(btstack_data_source_t * data_source){ in btstack_run_loop_base_remove_data_source() function
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c246 &btstack_run_loop_base_remove_data_source,
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c240 &btstack_run_loop_base_remove_data_source,
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c101 return btstack_run_loop_base_remove_data_source(ds); in btstack_run_loop_posix_remove_data_source()
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp147 return btstack_run_loop_base_remove_data_source(ds); in btstack_run_loop_qt_remove_data_source()