Home
last modified time | relevance | path

Searched refs:ackPkt (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/chre/chpp/test/
H A Dfake_link_sync_test.cpp115 std::vector<uint8_t> ackPkt = mFakeLink->popTxPacket(); in SetUp() local
116 ASSERT_TRUE(comparePacket(ackPkt, generateEmptyPacket())) in SetUp()
117 << "Full packet: " << asChpp(ackPkt); in SetUp()