summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Podogov <ginkage@google.com>2016-12-30 14:59:32 +0000
committerIvan Podogov <ginkage@google.com>2016-12-30 15:05:26 +0000
commit7c8a3ef8f4cde4a66b6747206283e909e7a2a710 (patch)
tree4543b7791d3982f3663362ba3fb88d078182a218
parent73ff921aa771fe7c8250ac600542ddc05e12b1ff (diff)
downloadlibhardware-7c8a3ef8f4cde4a66b6747206283e909e7a2a710.tar.gz
Allow HID Device to connect to a specific device
Test: make Change-Id: If923a2ed8a4b0b58ecce4a1f60090adb91a0d3c6
-rw-r--r--include/hardware/bt_hd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/bt_hd.h b/include/hardware/bt_hd.h
index 459751cd..263f29fb 100644
--- a/include/hardware/bt_hd.h
+++ b/include/hardware/bt_hd.h
@@ -105,7 +105,7 @@ typedef struct {
bt_status_t (*unregister_app)(void);
/** connects to host with virtual cable */
- bt_status_t (*connect)(void);
+ bt_status_t (*connect)(bt_bdaddr_t *bd_addr);
/** disconnects from currently connected host */
bt_status_t (*disconnect)(void);