Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host_test.cc179 auto packet1_hci_size = hci_packet1_type_data_pair.second.size(); in check_packet_equal() local
180 ASSERT_EQ(packet1_hci_size + 1, h4_packet2.size()); in check_packet_equal()
182 …T_EQ(memcmp(hci_packet1_type_data_pair.second.data(), h4_packet2.data() + 1, packet1_hci_size), 0); in check_packet_equal()