Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c21118a4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add an assertion to verify the size of the ACL queue." into main am: 5e70b777

parents f7008f8b 5e70b777
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();