Bluetooth LE Stack
btstack_run_loop_base_add_callback()
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_base_add_callback()
btstack_run_loop_base_add_callback() function
@bried Add Callbacks to list of callbacks to execute with btstack_run_loop_base_execute_callbacks
Syntax
Show:
Summary
Declaration
Definition
from
btstack_run_loop.h:207
void
btstack_run_loop_base_add_callback
(
btstack_context_callback_registration_t
*
callback_registration
)
;
Implemented in
btstack_run_loop.c:171
Arguments
Argument
callback_registration
Related Functions
Found 9 other functions taking a
btstack_context_callback_registration_t
argument:
Function
Description
att_server_register_can_send_now_callback()
Request callback when sending is possible
att_server_request_to_send_notification()
Request callback when sending notifcation is possible
btstack_run_loop_execute_on_main_thread()
Registers callback with run loop and mark main thread as ready
gatt_client_request_to_write_without_response()
Request callback when writing characteristic value without response is possible
gatt_client_request_to_send_gatt_query()
Request callback when regular gatt query can be sent
att_server_request_to_send_indication()
Request callback when sending indication is possible
nordic_spp_service_server_request_can_send_now()
Queue send request. When called, one packet can be send via nordic_spp_service_send below
ublox_spp_service_server_request_can_send_now()
Queue send request. When called, one packet can be send via ublox_spp_service_send below
sdp_client_register_query_callback()
Requests a callback, when the SDP Client is ready and can be used
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