Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c12 static async_when_pending_worker_t btstack_processing_worker; variable
20 btstack_processing_worker.do_work = btstack_work_pending; in btstack_run_loop_async_context_init()
21 async_context_add_when_pending_worker(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_init()
52 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_set_timer()
59 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_add_timer()
99 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_execute_on_main_thread()
105 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_poll_data_sources_from_irq()
134 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_timeout_reached()