Bluetooth LE Stack
+
0
/1 examples
SourceVu will show references to
btstack_run_loop_set_timer()
from the following samples and libraries:
standalone sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
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_set_timer()
btstack_run_loop_set_timer() function
Set timer based on current time in milliseconds.
Syntax
Show:
Summary
Declaration
Definition
from
btstack_run_loop.h:227
void
btstack_run_loop_set_timer
(
btstack_timer_source_t
*
timer
,
uint32_t
timeout_in_ms
)
;
Implemented in
btstack_run_loop.c:255
Arguments
Argument
timer
timeout_in_ms
Related Functions
Found 16 other functions taking a
btstack_timer_source
argument:
Function
Description
btstack_run_loop_add_timer()
Add timer source.
btstack_run_loop_remove_timer()
Remove timer source.
btstack_run_loop_set_timer_handler()
Set callback that will be executed when timer expires.
btstack_run_loop_get_timer_context()
Get context for this timer
hci_initialization_timeout_handler()
btstack_run_loop_set_timer_context()
Set context for this timer
hci_halting_timeout_handler()
btstack_run_loop_base_remove_timer()
Remove timer source.
btstack_run_loop_base_add_timer()
Add timer source.
att_handle_value_indication_timeout()
battery_service_poll_timer_timeout_handler()
gatt_client_for_timer()
gatt_client_timeout_handler()
sm_timeout_handler()
gap_random_address_update_handler()
sm_run_timer_handler()
Examples
btstack_run_loop_set_timer()
is referenced by 1 libraries and example projects:
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