Home
last modified time | relevance | path

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

/system/bt/hci/test/
Dpacket_fragmenter_host_test.cc397 const std::vector<uint8_t> second_part(data.cbegin() + packet_size / 2, in TEST_F() local
399 reassemble_and_dispatch(AllocateL2capPacket(second_part)); in TEST_F()
415 const std::vector<uint8_t> second_part(data.cbegin() + packet_size - 1, in TEST_F() local
417 reassemble_and_dispatch(AllocateL2capPacket(second_part)); in TEST_F()