Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/bluetooth/
Dbt_stubs.c45 int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking) in btdm_dispatch_work_to_controller() function
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c201 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
1011 btdm_dispatch_work_to_controller(btdm_slp_tmr_customer_callback, NULL, true); in btdm_slp_tmr_callback()
1048 btdm_dispatch_work_to_controller(btdm_wakeup_request_callback, NULL, true); in async_wakeup_request()
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c171 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
791 btdm_dispatch_work_to_controller(btdm_wakeup_request_callback, NULL, true); in async_wakeup_request()