summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarie Janssen <jamuraa@google.com>2016-01-27 20:42:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-27 20:42:08 +0000
commitdf4555d18d1a916de5d938a0d09ae2a078659c8e (patch)
tree05f64932313c81b10b9c62e3d324359316410ccf
parent0c5612db385d359a7caef385fd1815aad2de7a46 (diff)
parent32d45dd020556874e90e749d80038955e216784f (diff)
downloadlibhardware-df4555d18d1a916de5d938a0d09ae2a078659c8e.tar.gz
Merge "Add arguments to native dumpsys support"
-rw-r--r--include/hardware/bluetooth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 8ddc2517..93aa8e52 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -567,8 +567,10 @@ typedef struct {
/**
* Native support for dumpsys function
* Function is synchronous and |fd| is owned by caller.
+ * |arguments| are arguments which may affect the output, encoded as
+ * UTF-8 strings.
*/
- void (*dump)(int fd);
+ void (*dump)(int fd, const char **arguments);
/**
* Clear /data/misc/bt_config.conf and erase all stored connections