Home
last modified time | relevance | path

Searched refs:attribute_value (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dfind_by_type_value.rs134 attribute_value: build_att_data(AttAttributeDataChild::RawData(VALUE.into())), in test_uuid_match()
196 attribute_value: build_att_data(AttAttributeDataChild::RawData(VALUE.into())), in test_value_match()
233 attribute_value: build_att_data(AttAttributeDataChild::RawData(VALUE.into())), in test_range_check()
267 attribute_value: build_att_data(AttAttributeDataChild::RawData(VALUE.into())), in test_empty_response()
319 attribute_value: build_att_data(AttAttributeDataChild::RawData(VALUE.into())), in test_grouping_uuid()
367 attribute_value: build_att_data(AttAttributeDataChild::RawData(VALUE.into())), in test_limit_total_size()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.h110 const char* attribute_value)>
116 const char* attribute_value) { in operator()
117 body(address, protocol_uuid, attribute_id, attribute_size, attribute_value); in operator()
Dmock_stack_metrics_logging.cc85 const char* attribute_value) { in log_sdp_attribute() argument
88 address, protocol_uuid, attribute_id, attribute_size, attribute_value); in log_sdp_attribute()
Dmock_main_shim_metrics_api.h272 const char* attribute_value)>
278 const char* attribute_value) { in operator()
280 attribute_value); in operator()
Dmock_main_shim_metrics_api.cc169 const char* attribute_value) { in LogMetricSdpAttribute() argument
173 attribute_value); in LogMetricSdpAttribute()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc54 const char* attribute_value) { in log_sdp_attribute() argument
56 attribute_size, attribute_value); in log_sdp_attribute()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc142 size_t attribute_size, const char* attribute_value) { in LogMetricSdpAttribute() argument
145 attribute_size, attribute_value); in LogMetricSdpAttribute()
Dmetrics_api.h219 const char* attribute_value);
/packages/modules/Bluetooth/system/stack/include/
Dstack_metrics_logging.h43 const char* attribute_value);
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc96 const char* attribute_value) {} in LogMetricSdpAttribute() argument
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc349 const char* attribute_value) { in LogMetricSdpAttribute() argument
354 BytesField attribute_field(attribute_value, attribute_size); in LogMetricSdpAttribute()
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc151 const char* attribute_value) {} in LogSdpAttribute() argument
Dmetrics.h458 const char* attribute_value);
Dmetrics.cc830 const char* attribute_value) { in LogSdpAttribute() argument
841 BytesField attribute_field(attribute_value, attribute_size); in LogSdpAttribute()
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h272 const char* attribute_value);
/packages/modules/Bluetooth/system/rust/src/
Dpackets.pdl169 attribute_value : AttAttributeData,
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc180 const char* attribute_value) {} in LogMetricSdpAttribute() argument
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs508 attribute_value: build_att_data(UuidAsAttDataBuilder { in test_service_change_indication()