am 34ab95a3: Bluetooth native dumpsys logging support (1/5)
* commit '34ab95a36953f847f4b399a798f93edb5e92f585':
Bluetooth native dumpsys logging support (1/5)
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 893f85d..6f95684 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -536,6 +536,12 @@
* Success indicates that the VSC command was sent to controller
*/
int (*read_energy_info)();
+
+ /**
+ * Native support for dumpsys function
+ * Function is synchronous and |fd| is owned by caller.
+ */
+ void (*dump)(int fd);
} bt_interface_t;
/** TODO: Need to add APIs for Service Discovery, Service authorization and