Merge "Allow HID Device to connect to a specific device" am: 0c45c105a5 am: 176b7ce269
am: 28281b652b

Change-Id: Ie7510611b3fed966e4e4cc57b8fed91610a8bc1d
diff --git a/include/hardware/bt_hd.h b/include/hardware/bt_hd.h
index 459751c..263f29f 100644
--- a/include/hardware/bt_hd.h
+++ b/include/hardware/bt_hd.h
@@ -105,7 +105,7 @@
     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);