Bluetooth LE Stack
att_prepare_handle_value_notification()
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_prepare_handle_value_notification()
att_prepare_handle_value_notification() function
setup value notification in response buffer for a given handle and value
Syntax
Show:
Summary
Declaration
Definition
from
att_db.h:223
uint16_t
att_prepare_handle_value_notification
(
att_connection_t
*
att_connection
,
uint16_t
attribute_handle
,
const
uint8_t
*
value
,
uint16_t
value_len
,
uint8_t
*
response_buffer
)
;
Implemented in
att_db.c:1306
Arguments
Argument
Description
att_connection
attribute_handle
value
value_len
response_buffer
for notification
Related Functions
Found 34 other functions taking a
att_connection
argument:
Function
Description
att_validate_security()
att_run_for_context()
att_server_request_can_send_now()
att_clear_transaction_queue()
transcation queue of prepared writes, e.g., after disconnect
att_server_send_prepared()
att_handle_request()
process ATT request against database and put response into response buffer
att_server_prepare_server_message()
att_server_can_send_packet()
att_prepare_handle_value_multiple_notification()
setup value notification in response buffer for multiple handles and values
att_prepare_handle_value_indication()
setup value indication in response buffer for a given handle and value
handle_read_multiple_request()
prepare_handle_value()
att_server_persistent_ccc_restore()
att_server_handle_att_pdu()
handle_find_by_type_value_request()
handle_find_information_request2()
handle_read_by_type_request2()
handle_read_by_type_request()
handle_find_information_request()
handle_exchange_mtu_request()
handle_read_request()
handle_read_blob_request2()
handle_read_request2()
handle_read_multiple_request2()
handle_read_blob_request()
handle_read_by_group_type_request2()
handle_write_request()
handle_read_by_group_type_request()
handle_prepare_write_request()
handle_write_command()
handle_execute_write_request()
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