summaryrefslogtreecommitdiff
path: root/bluetooth/audio/aidl/vts
AgeCommit message (Collapse)Author
2022-09-28Update Bluetoot Audio HAL Target Testshihchienc
Since we change the design of loading LE Audio Capabilities in BT Audio HAL, we update the VTS test to make sure no matter a device supports LE Audio Offload or not, it can pass all tests that they should pass. Also, update vts test to match C++ coding style. Bug: 248181252 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: Ie46c86663e0a22627c324f96360063cd4d4874e4 Merged-In: Ie46c86663e0a22627c324f96360063cd4d4874e4 (cherry picked from commit 3ab9f5e2f0b7510c7488e04e7a13a9ef855f120b)
2022-05-12Add Opus to BT Audio HAL and update version to V2Omer Osman
This CL adds Opus as a supported A2DP codec to the BT Audio HAL and updates HAL compatibility matrix. Bug: 226441860 Test: A2DP sink device using bds-dev Change-Id: I21249e3e7e76412af7ed62a3fc9ec133434cf963
2022-03-29Add A2dp decode software and offload session typeAlice Kuo
1. Add the interface 2. Add the default implementation 3. Add VTS Bug: 206601670 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I54d8037eeb09312c9f1fb75d2167cc50ac7cae8c
2022-02-24Merge "SpatialAudio: Init codec and buffer size from startStream()"Chen Chen
2022-02-24SpatialAudio: Init codec and buffer size from startStream()Chen Chen
Bug: 214615268 Test: build Tag: #feature Change-Id: I26d82da0dfc82fcb6cab6b879bced8e892e8cf44
2022-02-24Merge "Add timed out test files to tidy_timeout_srcs"Chih-hung Hsieh
2022-02-18Add timed out test files to tidy_timeout_srcsChih-Hung Hsieh
* Timed out runs do not show any warning messages. * These test files cannot finish clang-tidy runs with the following settings: TIDY_TIMEOUT=90 WITH_TIDY=1 CLANG_ANALYZER_CHECKS=1 * When TIDY_TIMEOUT is set, in Android continuous builds, tidy_timeout_srcs files will not be compiled by clang-tidy. When developers build locally without TIDY_TIMEOUT, tidy_timeout_srcs files will be compiled. * Some of these test modules may be split into smaller ones, or disable some time consuming checks, and then enable clang-tidy to run within limited time. Bug: 201099167 Test: make droid tidy-hardware-interfaces_subset Change-Id: I1de28f1572fff368f67eab512fffec9f2e5c2a9b
2022-02-17BtAudio: Enable LE Audio software encoding VTSJosh Wu
Test: atest VtsHalBluetoothAudioTargetTest Bug: 203490261 Change-Id: I0ef572dbc7983e2c9939e1b6a3540d88a21743d9
2022-02-16SpatialAudio: Fix VTS for the new parameter in AIDL. 2 more VTSChen Chen
functions was added while the AIDL was changed so they are not included in the CL of changing AIDL Bug: 214615268 Bug: 219977932 Test: Build Change-Id: Ifbbfe2f9091367609b63fbb6ee118c44d447ec98
2022-02-16Merge "SpatialAudio: Set low latency allowed signal at startSession The ↵Chen Chen
logic is that to send FREE and LOW_LATENCY to audio at startSession, if bt receives setLowLatencyModeAllowed(true) before start session. If the parameter false, or bt doesn't receive the signal at all, then bt sends FREE to audio."
2022-02-16Merge "BtAudio: Iterate reference in VTS helper"Treehugger Robot
2022-02-16Merge changes I3642c6eb,I0cf9c1ceTreehugger Robot
* changes: Minor fix for the session type in the comments Add LE audio broadcast offload vts test cases
2022-02-16Minor fix for the session type in the commentsAlice Kuo
Test: atest VtsHalBluetoothAudioTargetTest Bug: 203490261 Change-Id: I3642c6eba3024fd1959e82057a4fdd108a09aa56
2022-02-16Add LE audio broadcast offload vts test casesAlice Kuo
Bug: 219668925 Bug: 203490261 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I0cf9c1cefa6caa9437492d116641bbfcca976d9e
2022-02-15SpatialAudio: Set low latency allowed signal at startSessionChen Chen
The logic is that to send FREE and LOW_LATENCY to audio at startSession, if bt receives setLowLatencyModeAllowed(true) before start session. If the parameter false, or bt doesn't receive the signal at all, then bt sends FREE to audio. Test: build Bug: 214615268 Tag: #feature Change-Id: I895a7fc6dd5d1567dce64ddcf967550f5cac882b
2022-02-15BtAudio: Handle dataInterval in LeAudioSW VTSJosh Wu
Test: atest VtsHalBluetoothAudioTargetTest Bug: 203490261 Change-Id: I447d0e74b6b1af2959cc133437e0dd7216814369
2022-02-15BtAudio: Iterate reference in VTS helperJosh Wu
Test: atest VtsHalBluetoothAudioTargetTest Bug: 203490261 Change-Id: Ie640c2444e523984a04378b96916d0a3e63f49cd
2022-02-15Add Bluetooth Audio AIDL HAL VTSJosh Wu
Test: atest VtsHalBluetoothAudioTargetTest Bug: 203490261 Change-Id: I1583cec9eacb18cfb285b3d12ca876def61342bd
2022-02-04Move owner file on the top of bluetooth.audio HAL folderAlice Kuo
Bug: 204585486 Test: NA Change-Id: I0edd3a9c98a336b5a18000060e026d878dfe7127
2022-01-22BtAudio: Add OWNERS to aidl implmentation and VTS, hidl 2.2 handlingJosh Wu
Bug: 203490261 Test: none Change-Id: I004bbb49a1f6755ad6f2b1a8ac25bc1db9e19f48