diff options
author | Sunny Kapdi | 2018-02-07 17:08:01 -0600 |
---|---|---|
committer | Pavlin Radoslavov | 2018-03-12 15:41:04 -0500 |
commit | 9526c2ff73ab62f62ace44d2418453e57b3feb61 (patch) | |
tree | da7e27c120021cd17226496358130acc3edc00bd /bluetooth/a2dp/1.0/Android.bp | |
parent | 4cd374a6c4b19125da85253c65990daa6ef5683b (diff) | |
download | platform-hardware-interfaces-9526c2ff73ab62f62ace44d2418453e57b3feb61.tar.gz platform-hardware-interfaces-9526c2ff73ab62f62ace44d2418453e57b3feb61.tar.xz platform-hardware-interfaces-9526c2ff73ab62f62ace44d2418453e57b3feb61.zip |
Bluetooth: A2DP offload HIDL
Interface for Bluetooth A2DP offload feature.
Bug: 72242910
Test: Manual; TestTracker/148125
Change-Id: I3649800dfe3e1a2d66b76859be87e01ee58d2de0
(cherry picked from commit 4e95d81ef048bfdc33cee7cf8bdbe66603b30f96)
Diffstat (limited to 'bluetooth/a2dp/1.0/Android.bp')
-rw-r--r-- | bluetooth/a2dp/1.0/Android.bp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/bluetooth/a2dp/1.0/Android.bp b/bluetooth/a2dp/1.0/Android.bp new file mode 100644 index 00000000..5e852901 --- /dev/null +++ b/bluetooth/a2dp/1.0/Android.bp | |||
@@ -0,0 +1,27 @@ | |||
1 | // This file is autogenerated by hidl-gen -Landroidbp. | ||
2 | |||
3 | hidl_interface { | ||
4 | name: "android.hardware.bluetooth.a2dp@1.0", | ||
5 | root: "android.hardware", | ||
6 | vndk: { | ||
7 | enabled: true, | ||
8 | }, | ||
9 | srcs: [ | ||
10 | "types.hal", | ||
11 | "IBluetoothAudioHost.hal", | ||
12 | "IBluetoothAudioOffload.hal", | ||
13 | ], | ||
14 | interfaces: [ | ||
15 | "android.hidl.base@1.0", | ||
16 | ], | ||
17 | types: [ | ||
18 | "BitsPerSample", | ||
19 | "ChannelMode", | ||
20 | "CodecConfiguration", | ||
21 | "CodecType", | ||
22 | "SampleRate", | ||
23 | "Status", | ||
24 | ], | ||
25 | gen_java: false, | ||
26 | } | ||
27 | |||