Searched refs:blocking (Results 1 – 6 of 6) sorted by relevance
45 int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking) in btdm_dispatch_work_to_controller() argument
255 … non-blocking mode without using REPL. If you want to output in blocking mode with REPL or265 The output currently only supports non-blocking mode without using the console.266 … If you want to output in blocking mode with REPL or input through USB_SERIAL_JTAG port,
171 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
195 …E: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls
201 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
363 Enable "non-blocking" ECC operations that can return early and be resumed.