Bluetooth LE Stack
btstack_run_loop_set_timer_handler()
is only used within Bluetooth LE Stack.
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_handler()
btstack_run_loop_set_timer_handler() function
Set callback that will be executed when timer expires.
Syntax
Show:
Summary
Declaration
Definition
from
btstack_run_loop.h:232
void
btstack_run_loop_set_timer_handler
(
btstack_timer_source_t
*
timer
,
void
(
*
process
)
(
btstack_timer_source_t
*
_timer
)
)
;
Implemented in
btstack_run_loop.c:193
Arguments
Argument
timer
process
Related Functions
Found 16 other functions taking a
btstack_timer_source
argument:
Function
Description
btstack_run_loop_set_timer()
Set timer based on current time in milliseconds.
btstack_run_loop_add_timer()
Add timer source.
btstack_run_loop_remove_timer()
Remove timer source.
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
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