aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothCodecConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for Opus in BT Java ServiceOmer Osman2022-08-101-2/+10
* [API Review] Added Bt spec section for codec specificEtienne Ruffieux2022-03-231-0/+44
* Added documentation on codec specifics.Etienne Ruffieux2022-03-161-0/+8
* Merge "Fix after API_review"Treehugger Robot2022-03-101-3/+0
|\
| * Fix after API_reviewWilliam Escande2022-03-081-3/+0
* | Merge "Hide Bluetooth codec classes constructors"Etienne Ruffieux2022-03-091-0/+1
|\ \ | |/ |/|
| * Hide Bluetooth codec classes constructorsEtienne Ruffieux2022-03-081-0/+1
* | Merge "Removed getMaxCodecType and made getcodecName static"Etienne Ruffieux2022-02-251-13/+5
|\ \ | |/ |/|
| * Removed getMaxCodecType and made getcodecName staticEtienne Ruffieux2022-02-081-13/+5
* | API Changes needed for apex to buildWilliam Escande2022-02-141-0/+2
|/
* Add framework support of LC3 codecTed Wang2022-01-191-12/+16
* Make BluetoothCodecConfig and BluetoothCodecStatus public.Etienne Ruffieux2021-12-031-175/+322
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Merge "Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from...TreeHugger Robot2020-09-221-1/+31
|\
| * Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved fromRahul Sabnis2020-09-221-1/+31
| * Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis2020-03-211-2/+0
| * Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Merge "A2DP: Check AAC bitrate mode by its CodecSpecific1"Treehugger Robot2020-06-221-1/+2
|\ \
| * | A2DP: Check AAC bitrate mode by its CodecSpecific1Cheney Ni2020-01-141-1/+2
| |/
* | Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis2020-03-211-2/+0
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
|/
* Resolve BluetoothA2dp hidden APIs to resolve dependenciesRahul Sabnis2019-12-061-47/+132
* Merge "Add helpers to check whether the BluetoothCodecConfig instance is sele...Cheney Ni2019-07-291-0/+91
|\
| * Add helpers to check whether the BluetoothCodecConfig instance is selectableCheney Ni2019-07-231-0/+91
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+36
* | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* | audio: Add API for BT to query offload A2DP encoding formatsArun Mirpuri2019-01-171-0/+13
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-021-0/+36
|/
* Fix checkstyle errors (2/2)Jack He2017-08-241-28/+30
* Fix checkstyle errors (1/2)Jack He2017-08-241-75/+74
* Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()Pavlin Radoslavov2017-03-291-1/+21
* Add a mechanism to configure the default A2DP codec prioritiesPavlin Radoslavov2017-02-061-1/+3
* Update the A2DP Codec Config APIPavlin Radoslavov2017-01-311-28/+115
* Integration of the AAC codec for A2DP sourcePavlin Radoslavov2017-01-261-3/+4
* Integration of the LDAC codec for A2DP sourcePavlin Radoslavov2017-01-041-0/+1
* Integration of the aptX and aptX-HD codecs for A2DP sourcePavlin Radoslavov2017-01-041-0/+6
* Add a mechanism for configuring the A2DP Source codecsPavlin Radoslavov2017-01-031-0/+287