Bluetooth LE Stack
btstack_run_loop_trigger_exit()
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
btstack_run_loop_trigger_exit()
btstack_run_loop_trigger_exit() function
Trigger exit of active run loop (started via btstack_run_loop_execute) if possible
Syntax
Show:
Summary
Declaration
Definition
from
btstack_run_loop.h:356
void
btstack_run_loop_trigger_exit
(
void
)
;
Implemented in
btstack_run_loop.c:313
Notes
This is only supported if there's a loop in the btstack_run_loop_execute function. It is not supported if timers and data sources are only mapped to RTOS equivalents, e.g. in the Qt or Core Foundation implementations.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out