summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-04-05 12:05:52 -0700
committerLinux Build Service Account <lnxbuild@localhost>2022-04-05 12:05:52 -0700
commit942dd4d7c456eb871465c2d6f25daef4ce8ea558 (patch)
treee301bcd63b460b7e75d8b32a637890ca354aca2a
parentd1e00b83d0957733eb417a88177ebd8ab4639346 (diff)
parent6116bc824984d741a4f1d6a32f74041ca9208a6f (diff)
Merge 6116bc824984d741a4f1d6a32f74041ca9208a6f on remote branch
Change-Id: I14d741ae3e15685fff3865c0d253c1e48bdf8c64
-rw-r--r--Android.bp1
-rw-r--r--include/hardware/bluetooth.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index acaeb25d..92c77faa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,7 @@ cc_library_headers {
apex_available: [
"//apex_available:platform",
"com.android.bluetooth",
+ "com.android.media.swcodec",
],
min_sdk_version: "29",
host_supported: true,
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 431c71a8..93ef9aea 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -226,7 +226,7 @@ typedef enum {
* Access mode - GET and SET
* Data type - uint32_t
*/
- BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT,
+ BT_PROPERTY_ADAPTER_DISCOVERABLE_TIMEOUT,
/* Properties unique to remote device */
/**