Home
last modified time | relevance | path

Searched defs:handle_packet (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/
Dtransport_benchmark.cpp129 static const auto handle_packet = [](Connection* connection, std::unique_ptr<apacket> packet) { in BM_Connection_Echo() local
Dadb.cpp407 void handle_packet(apacket *p, atransport *t) in handle_packet() function
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs100 pub fn handle_packet(&self, packet: AttView<'_>) { in handle_packet() method