Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DPacket.kt144 val packetBytes = packet.toBytes() in sendPacket() constant
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkValidationTest.kt226 val packetBytes = poll(timeoutMs, DhcpClientPacketFilter() in makeOfferPacket() constant
/aosp_15_r20/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
H A DPacketByteFactory.java57 private static byte[] packetBytes(int channelId, in packetBytes() method in PacketByteFactory