Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dacl_builder_test.cc36 vector<uint8_t> counting_down_bytes; variable
48 counting_down_bytes.reserve(count_size); in AclBuilderTest()
51 counting_down_bytes.push_back(~i); in AclBuilderTest()
97 counting_down_bytes_payload->AddOctets(counting_down_bytes); in TEST()
98 ASSERT_EQ(counting_down_bytes.size(), counting_down_bytes_payload->size()); in TEST()
103 ASSERT_EQ(counting_down_bytes.size() + 4, counting_down_bytes_packet->size()); in TEST()
118 ASSERT_EQ(counting_down_bytes_view.size(), counting_down_bytes.size()); in TEST()
120 ASSERT_EQ(counting_down_bytes_view[i], counting_down_bytes[i]); in TEST()
Dhci_layer_test.cc43 vector<uint8_t> counting_down_bytes; variable
205 counting_down_bytes.reserve(count_size); in SetUp()
208 counting_down_bytes.push_back(~i); in SetUp()