Allow HID Device to connect to a specific device

Test: make
Change-Id: If923a2ed8a4b0b58ecce4a1f60090adb91a0d3c6
This commit is contained in:
Ivan Podogov 2016-12-30 14:59:32 +00:00
parent 73ff921aa7
commit 7c8a3ef8f4

View file

@ -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);