Home
last modified time | relevance | path

Searched defs:packets (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/classic/cert/
Dl2cap_performance_test.py38 def _basic_mode_tx(self, mtu, packets): argument
76 def _basic_mode_rx(self, mtu, packets): argument
92 def _ertm_mode_tx(self, mtu, packets, tx_window_size=10): argument
123 def _ertm_mode_rx(self, mtu, packets, tx_window_size=10): argument
/system/bt/gd/rust/hal/src/
Dsnoop.rs220 packets: u32, field
/system/netd/server/
DTetherController.cpp868 int64_t packets = strtoul(matches[PACKET_COUNTS].str().c_str(), nullptr, 10); in addForwardChainStats() local
/system/bt/gd/hci/
Dacl_manager_test.cc107 void CompletePackets(uint16_t handle, uint16_t packets) { in CompletePackets()