Home
last modified time | relevance | path

Searched defs:process_packet (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dcommand_handler.rs17 pub fn process_packet(&self, packet: AttView<'_>) { in process_packet() method
Drequest_handler.rs38 pub async fn process_packet(&mut self, packet: AttView<'_>, mtu: usize) -> AttChild { in process_packet() method