Loading bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -534,6 +534,8 @@ void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, // Check the loopback of the ACL packet ASSERT_TRUE(bluetooth_cb->WaitForCallback(kCallbackNameAclEventReceived) .no_timeout); ASSERT_FALSE(acl_queue.empty()); hidl_vec<uint8_t> acl_loopback = acl_queue.front(); acl_queue.pop(); Loading Loading
bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -534,6 +534,8 @@ void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, // Check the loopback of the ACL packet ASSERT_TRUE(bluetooth_cb->WaitForCallback(kCallbackNameAclEventReceived) .no_timeout); ASSERT_FALSE(acl_queue.empty()); hidl_vec<uint8_t> acl_loopback = acl_queue.front(); acl_queue.pop(); Loading