Searched defs:AttChild (Results 1 – 10 of 10) sorted by relevance
28 ) -> Result<AttChild, ParseError> { in handle_read_by_group_type_request()154 let AttChild::AttReadByGroupTypeResponse(response) = response else { in test_simple_grouping() localVariable193 let AttChild::AttErrorResponse(response) = response else { in test_invalid_group_type() localVariable222 let AttChild::AttErrorResponse(response) = response else { in test_range_validation() localVariable259 let AttChild::AttReadByGroupTypeResponse(response) = response else { in test_attribute_truncation() localVariable308 let AttChild::AttReadByGroupTypeResponse(response) = response else { in test_limit_total_size() localVariable358 let AttChild::AttReadByGroupTypeResponse(response) = response else { in test_group_end_outside_range() localVariable407 let AttChild::AttErrorResponse(response) = response else { in test_no_results() localVariable
24 ) -> AttChild { in handle_find_by_type_value_request()142 let AttChild::AttFindByTypeValueResponse(response) = response else { in test_uuid_match() localVariable204 let AttChild::AttFindByTypeValueResponse(response) = response else { in test_value_match() localVariable241 let AttChild::AttErrorResponse(response) = response else { in test_range_check() localVariable277 let AttChild::AttErrorResponse(response) = response else { in test_empty_response() localVariable331 let AttChild::AttFindByTypeValueResponse(response) = response else { in test_grouping_uuid() localVariable379 let AttChild::AttFindByTypeValueResponse(response) = response else { in test_limit_total_size() localVariable
21 ) -> Result<AttChild, ParseError> { in handle_read_by_type_request()118 let AttChild::AttReadByTypeResponse(response) = response else { in test_single_matching_attr() localVariable174 let AttChild::AttReadByTypeResponse(response) = response else { in test_type_filtering() localVariable227 let AttChild::AttReadByTypeResponse(response) = response else { in test_limit_total_size() localVariable274 let AttChild::AttErrorResponse(response) = response else { in test_no_results() localVariable302 let AttChild::AttErrorResponse(response) = response else { in test_range_validation() localVariable
21 ) -> AttChild { in handle_find_information_request()156 let AttChild::AttFindInformationResponse(response) = response else { in test_long_uuids() localVariable219 let AttChild::AttFindInformationResponse(response) = response else { in test_short_uuids() localVariable257 let AttChild::AttErrorResponse(response) = response else { in test_handle_validation() localVariable300 let AttChild::AttFindInformationResponse(response) = response else { in test_limit_total_size() localVariable339 let AttChild::AttErrorResponse(response) = response else { in test_empty_output() localVariable
15 ) -> AttChild { in handle_read_request()65 ) -> AttChild { in do_read_request_with_handle_and_mtu()
11 ) -> AttChild { in handle_write_request()
469 let AttChild::AttErrorResponse(resp) = resp._child_ else { in test_read_device_name() localVariable520 …let AttChild::AttFindByTypeValueResponse(resp) = transport_rx.recv().await.unwrap().1._child_ else… in test_service_change_indication() localVariable536 … let AttChild::AttReadByTypeResponse(resp) = transport_rx.recv().await.unwrap().1._child_ else { in test_service_change_indication() localVariable557 …let AttChild::AttFindInformationResponse(resp) = transport_rx.recv().await.unwrap().1._child_ else… in test_service_change_indication() localVariable586 let AttChild::AttWriteResponse(_) = transport_rx.recv().await.unwrap().1._child_ else { in test_service_change_indication() localVariable603 …let AttChild::AttHandleValueIndication(indication) = transport_rx.recv().await.unwrap().1._child_ … in test_service_change_indication() localVariable
38 pub async fn process_packet(&mut self, packet: AttView<'_>, mtu: usize) -> AttChild { in process_packet()58 ) -> Result<AttChild, ParseError> { in try_parse_and_process_packet()
186 let AttChild::AttHandleValueIndication(indication) = rx.await.unwrap() else { in test_indication_sent() localVariable
385 let AttChild::AttHandleValueIndication(resp) = resp._child_ else { in test_single_registered_service_change_indication() localVariable