Searched refs:handle_read_request (Results 1 – 2 of 2) sorted by relevance
9 pub async fn handle_read_request<T: AttDatabase>( in handle_read_request() function72 tokio_test::block_on(handle_read_request(att_view.view(), mtu, db)) in do_read_request_with_handle_and_mtu()
19 read_by_type_request::handle_read_by_type_request, read_request::handle_read_request,62 Ok(handle_read_request(AttReadRequestView::try_parse(packet)?, mtu, &self.db).await) in try_parse_and_process_packet()