Searched refs:VerifyPacket (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | round_robin_scheduler_test.cc | 146 void VerifyPacket(uint16_t handle, std::vector<uint8_t> packet) { in VerifyPacket() function in bluetooth::hci::acl_manager::__anon958c5eb60111::RoundRobinSchedulerTest 198 VerifyPacket(handle, packet1); in TEST_F() 199 VerifyPacket(handle, packet2); in TEST_F() 223 VerifyPacket(le_handle, le_packet); in TEST_F() 224 VerifyPacket(handle, packet); in TEST_F() 247 VerifyPacket(handle, packet); in TEST_F() 257 VerifyPacket(handle, packet); in TEST_F() 307 VerifyPacket(handle1, packet); in TEST_F() 308 VerifyPacket(le_handle2, packet); in TEST_F() 314 VerifyPacket(handle1, packet1); in TEST_F() [all …]
|