Bluetooth LE Stack
+
0
/1 examples
SourceVu will show references to
btstack_timer_source
from the following samples and libraries:
standalone sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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_timer_source
btstack_timer_source struct
Syntax
Show:
Summary
Declaration
from
btstack_run_loop.h:100
typedef
struct
btstack_timer_source
{
btstack_linked_item_t
item
;
btstack_time_t
timeout
;
void
(
*
process
)
(
struct
btstack_timer_source
*
ts
)
;
void
*
context
;
}
btstack_timer_source_t
;
Fields
Field
Declared as
btstack_timer_source::item
btstack_linked_item_t
btstack_timer_source::timeout
btstack_time_t
btstack_timer_source::process
void
(
*
)
(
struct
btstack_timer_source
*
ts
)
btstack_timer_source::context
void
*
Related Functions
Found 17 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_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_timer_source
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