Searched refs:process_packet (Results 1 – 3 of 3) sorted by relevance
17 pub fn process_packet(&self, packet: AttView<'_>) { in process_packet() method78 handler.process_packet(att_view.view()); in test_write_command()96 handler.process_packet(att_view.view()); in test_unsupported_command()
38 pub async fn process_packet(&mut self, packet: AttView<'_>, mtu: usize) -> AttChild { in process_packet() method137 let response = tokio_test::block_on(handler.process_packet(att_view.view(), 31)); in test_read_request()163 let response = tokio_test::block_on(handler.process_packet(att_view.view(), 31)); in test_unsupported_request()
103 self.command_handler.process_packet(packet); in handle_packet()167 let reply = request_handler.process_packet(packet.view(), mtu).await; in handle_request()