mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
Interface for Bluetooth A2DP offload feature.
Bug: 63932139
Bug: 72242910
Test: Manual; TestTracker/148125
Change-Id: I3649800dfe3e1a2d66b76859be87e01ee58d2de0
(cherry picked from commit 4e95d81ef0)
28 lines
548 B
Plaintext
28 lines
548 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.bluetooth.a2dp@1.0",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"IBluetoothAudioHost.hal",
|
|
"IBluetoothAudioOffload.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"BitsPerSample",
|
|
"ChannelMode",
|
|
"CodecConfiguration",
|
|
"CodecType",
|
|
"SampleRate",
|
|
"Status",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|