commit | c511cfe42a5fd429604ca2d1317646ac0abf015b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Feb 18 16:14:01 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 18 16:14:01 2025 -0800 |
tree | c0d5d0164cc453e7cda0060163687989db9809b0 | |
parent | a012ff3ccfb5d45af50937ef3be9e331835309e1 [diff] | |
parent | c087135c8197a132024ad17b86409efc8aa59c22 [diff] |
Merge "[owners] Remove keunyoung@google.com from broadcastradio/aidl/OWNERS" into main
diff --git a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp index d0edfad..ff4ce3d 100644 --- a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +++ b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp
@@ -534,6 +534,8 @@ // 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();
diff --git a/broadcastradio/aidl/vts/OWNERS b/broadcastradio/aidl/vts/OWNERS index 302fdd7..51a85e4 100644 --- a/broadcastradio/aidl/vts/OWNERS +++ b/broadcastradio/aidl/vts/OWNERS
@@ -1,4 +1,3 @@ xuweilin@google.com oscarazu@google.com ericjeong@google.com -keunyoung@google.com