Home
last modified time | relevance | path

Searched refs:workitem_handler_t (Results 1 – 4 of 4) 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()
/hal_espressif-latest/zephyr/esp32/include/bt/
Desp_bt.h566 typedef void (*workitem_handler_t)(void *arg); typedef
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c184 typedef void (*workitem_handler_t)(void* arg); typedef
201 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
/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);