Bluetooth LE Stack
att_read_multiple_request_with_opcode()
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_read_multiple_request_with_opcode()
att_read_multiple_request_with_opcode() function
Syntax
Show:
Summary
Declaration
from
gatt_client.c:416
static
uint8_t
att_read_multiple_request_with_opcode
(
gatt_client_t
*
gatt_client
,
uint16_t
num_value_handles
,
uint16_t
*
value_handles
,
uint8_t
opcode
)
;
Arguments
Argument
gatt_client
num_value_handles
value_handles
opcode
Related Functions
Found 78 other functions taking a
gatt_client
argument:
Function
gatt_client_provide_context_for_request()
gatt_client_handle_transaction_complete()
gatt_client_reserve_request_buffer()
gatt_client_send()
gatt_client_provide_context_for_handle()
gatt_client_report_error_if_pending()
trigger_next_query()
att_read_by_type_or_group_request_for_uuid16()
trigger_next_blob_query()
send_gatt_prepare_write_request()
att_read_request()
trigger_next_prepare_write_query()
write_blob_length()
report_gatt_characteristic_end_found()
report_gatt_characteristic_value()
is_ready()
att_write_request()
btstack_memory_gatt_client_free()
report_gatt_long_characteristic_value_blob()
report_gatt_long_characteristic_descriptor()
is_query_done()
trigger_next_included_service_query()
trigger_next_characteristic_query()
is_value_valid()
send_gatt_characteristic_request()
send_gatt_read_blob_request()
send_gatt_write_attribute_value_request()
send_gatt_execute_write_request()
send_gatt_cancel_prepared_write_request()
gatt_client_notify_can_send_query()
gatt_client_accept_server_message()
emit_gatt_complete_event()
emit_gatt_service_query_result_event()
emit_gatt_included_service_query_result_event()
report_gatt_characteristics()
att_find_by_type_value_request()
att_execute_write_request()
gatt_client_timeout_stop()
gatt_client_handle_att_read_response()
report_gatt_characteristic_descriptor()
report_gatt_all_characteristic_descriptors()
trigger_next_service_query()
trigger_next_service_by_uuid_query()
trigger_next_characteristic_descriptor_query()
trigger_next_read_by_type_query()
gatt_client_run_for_gatt_client()
att_prepare_write_request()
att_exchange_mtu_request()
send_gatt_services_request()
send_gatt_by_uuid_request()
send_gatt_services_by_uuid_request()
send_gatt_included_service_uuid_request()
send_gatt_included_service_request()
send_gatt_characteristic_descriptor_request()
send_gatt_read_characteristic_value_request()
send_gatt_read_by_type_request()
send_gatt_read_multiple_request()
send_gatt_write_client_characteristic_configuration_request()
send_gatt_read_client_characteristic_configuration_request()
send_gatt_read_characteristic_descriptor_request()
emit_gatt_characteristic_query_result_event()
emit_gatt_all_characteristic_descriptors_result_event()
emit_gatt_mtu_exchanged_result_event()
report_gatt_services()
report_gatt_characteristic_start_found()
report_gatt_included_service_uuid16()
report_gatt_included_service_uuid128()
report_gatt_notification()
report_gatt_indication()
att_confirmation()
att_find_information_request()
att_read_by_type_or_group_request_for_uuid128()
att_read_blob_request()
att_read_multiple_request()
gatt_client_timeout_start()
gatt_client_handle_att_read_by_type_response()
gatt_client_handle_att_write_response()
gatt_client_handle_att_response()
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