Searched refs:btdm_dispatch_work_to_controller (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/zephyr/port/bluetooth/ |
D | bt_stubs.c | 45 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/ |
D | bt.c | 201 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/ |
D | esp_bt_adapter.c | 171 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()
|