aboutsummaryrefslogtreecommitdiff
path: root/framework/tests/unit/src/android/bluetooth/BluetoothCodecConfigTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Opus in BT Java ServiceOmer Osman2022-08-101-3/+7
| | | | | | | | | | | | This CL adds Opus to the BluetoothCodecConfig, and sets the codec as the default low latency codec. Bug: 226441860 Test: A2dpCodecConfigTest BluetoothCodecConfigTest A2dpStateMachineTest Tag: #feature Ignore-AOSP-First: TM QPR1 Feature Change-Id: Id94a7f8fab1a7f5e0199d757a70ff19010694fff
* Fixed service / framework test suites broken after migrationEtienne Ruffieux2022-08-051-0/+352
Bluetooth/service and Bluetooth/framework test suites were broken after the migration of the files from frameworks. The Bluetooth/framework test suite is split between stress tests that require a physical Bluetooth device to run and the unit tests that test the framework hidden APIs. Both framework unit tests and service tests are signed and can be added to the MTS. Test: atest GoogleFrameworkBluetoothTests Test: atest GoogleServiceBluetoothTests Bug: 232577476 Tag: #feature Ignore-AOSP-First: Module only Change-Id: Ibdb20c650db2483c4569d979da5e024e0e95284c