Searched refs:VerifyPacket (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | round_robin_scheduler_test.cc | 144 void VerifyPacket(uint16_t handle, std::vector<uint8_t> packet) { in VerifyPacket() function in bluetooth::hci::acl_manager::RoundRobinSchedulerTest 196 VerifyPacket(handle, packet1); in TEST_F() 197 VerifyPacket(handle, packet2); in TEST_F() 221 VerifyPacket(le_handle, le_packet); in TEST_F() 222 VerifyPacket(handle, packet); in TEST_F() 245 VerifyPacket(handle, packet); in TEST_F() 255 VerifyPacket(handle, packet); in TEST_F() 305 VerifyPacket(handle1, packet); in TEST_F() 306 VerifyPacket(le_handle2, packet); in TEST_F() 312 VerifyPacket(handle1, packet1); in TEST_F() [all …]
|