Bluetooth LE Stack
nordic_spp_service_server_request_can_send_now()
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
nordic_spp_service_server_request_can_send_now()
nordic_spp_service_server_request_can_send_now() function
Queue send request. When called, one packet can be send via nordic_spp_service_send below
Syntax
Show:
Summary
Declaration
Definition
from
nordic_spp_service_server.h:74
void
nordic_spp_service_server_request_can_send_now
(
btstack_context_callback_registration_t
*
request
,
hci_con_handle_t
con_handle
)
;
Implemented in
nordic_spp_service_server.c:186
Arguments
Argument
request
con_handle
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
btstack_run_loop_base_add_callback()
@bried Add Callbacks to list of callbacks to execute with btstack_run_loop_base_execute_callbacks
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
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