summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran Kelageri <kirankelageri@codeaurora.org>2015-08-04 16:25:57 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:30:40 -0600
commita3b7ebbcbc51f2b3d495290ddf240f6faaca6559 (patch)
tree9adc917acc45b2ef01b60b1c1368e0bac2d0c11a
parent8fc35f19d6b3a1c58b87a8549806af13ace99b90 (diff)
downloadhardware_libhardware-a3b7ebbcbc51f2b3d495290ddf240f6faaca6559.zip
hardware_libhardware-a3b7ebbcbc51f2b3d495290ddf240f6faaca6559.tar.gz
hardware_libhardware-a3b7ebbcbc51f2b3d495290ddf240f6faaca6559.tar.bz2
Bluetooth: Enable SSR.
Enabling SSR feature. Change-Id: Ifa66c479e48aba1542997c5f68753815630b1f9e
-rw-r--r--include/hardware/bluetooth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 66cd912..5b5b5e7 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -448,6 +448,9 @@ typedef struct {
/** Closes the interface. */
void (*cleanup)(void);
+ /** SSR cleanup. */
+ void (*ssrcleanup)(void);
+
/** Get all Bluetooth Adapter properties at init */
int (*get_adapter_properties)(void);