Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/packet/parser/test/
H A Dbig_endian_test_packets.pdl76 sum_bytes : 16,
H A Dtest_packets.pdl76 sum_bytes : 16,
H A Dgenerated_packet_test.cc294 uint16_t sum_bytes = 0x2221; in TEST() local
295 …auto packet = ParentWithSumBuilder::Create(two_bytes, sum_bytes, std::make_unique<packet::RawBuild… in TEST()
340 uint16_t sum_bytes = 0x2221; in TEST() local
342 auto packet = ChildWithNestedSumBuilder::Create(two_bytes, sum_bytes, more_bytes); in TEST()