Bluetooth LE Stack
att_server_handle_att_pdu()
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
att_server_handle_att_pdu()
att_server_handle_att_pdu() function
Syntax
Show:
Summary
Declaration
Definition
from
att_server.c:88
static
void
att_server_handle_att_pdu
(
att_server_t
*
att_server
,
att_connection_t
*
att_connection
,
uint8_t
*
packet
,
uint16_t
size
)
;
Implemented in
att_server.c:874
Arguments
Argument
att_server
att_connection
packet
size
Related Functions
Found 11 other functions taking a
att_server_t
argument:
Function
att_run_for_context()
att_server_request_can_send_now()
att_server_send_prepared()
att_server_prepare_server_message()
att_server_can_send_packet()
att_server_data_ready_for_phase()
att_server_persistent_ccc_clear()
att_server_persistent_ccc_restore()
att_emit_connected_event()
att_server_process_validated_request()
att_server_trigger_send_for_phase()
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