Home
last modified time | relevance | path

Searched defs:att_view (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_by_group_type_request.rs132 let att_view = att::AttReadByGroupTypeRequest { in test_simple_grouping() localVariable
166 let att_view = att::AttReadByGroupTypeRequest { in test_invalid_group_type() localVariable
191 let att_view = att::AttReadByGroupTypeRequest { in test_range_validation() localVariable
224 let att_view = att::AttReadByGroupTypeRequest { in test_attribute_truncation() localVariable
268 let att_view = att::AttReadByGroupTypeRequest { in test_limit_total_size() localVariable
312 let att_view = att::AttReadByGroupTypeRequest { in test_group_end_outside_range() localVariable
357 let att_view = att::AttReadByGroupTypeRequest { in test_no_results() localVariable
Dfind_by_type_value.rs116 let att_view = att::AttFindByTypeValueRequest { in test_uuid_match() localVariable
174 let att_view = att::AttFindByTypeValueRequest { in test_value_match() localVariable
207 let att_view = att::AttFindByTypeValueRequest { in test_range_check() localVariable
240 let att_view = att::AttFindByTypeValueRequest { in test_empty_response() localVariable
291 let att_view = att::AttFindByTypeValueRequest { in test_grouping_uuid() localVariable
335 let att_view = att::AttFindByTypeValueRequest { in test_limit_total_size() localVariable
Dread_by_type_request.rs98 let att_view = att::AttReadByTypeRequest { in test_single_matching_attr() localVariable
149 let att_view = att::AttReadByTypeRequest { in test_type_filtering() localVariable
199 let att_view = att::AttReadByTypeRequest { in test_limit_total_size() localVariable
242 let att_view = att::AttReadByTypeRequest { in test_no_results() localVariable
267 let att_view = att::AttReadByTypeRequest { in test_range_validation() localVariable
Dfind_information_request.rs130 let att_view = att::AttFindInformationRequest { in test_long_uuids() localVariable
186 let att_view = att::AttFindInformationRequest { in test_short_uuids() localVariable
217 let att_view = att::AttFindInformationRequest { in test_handle_validation() localVariable
258 let att_view = att::AttFindInformationRequest { in test_limit_total_size() localVariable
290 let att_view = att::AttFindInformationRequest { in test_empty_output() localVariable
Dwrite_request.rs49 let att_view = att::AttWriteRequest { handle: AttHandle(1).into(), value: data.clone() }; in test_successful_write() localVariable
69 let att_view = att::AttWriteRequest { handle: AttHandle(1).into(), value: vec![1, 2] }; in test_failed_write() localVariable
Dread_request.rs53 let att_view = att::AttReadRequest { attribute_handle: AttHandle(handle).into() }; in do_read_request_with_handle_and_mtu() localVariable
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dcommand_handler.rs60 let att_view = att::AttWriteCommand { handle: AttHandle(3).into(), value: data.to_vec() } in test_write_command() localVariable
76 let att_view = att::AttErrorResponse { in test_unsupported_command() localVariable
Drequest_handler.rs123 let att_view = in test_read_request() localVariable
145 let att_view = att::AttWriteResponse {}.try_into().unwrap(); in test_unsupported_request() localVariable