Merge "Allow HID Device to connect to a specific device"

This commit is contained in:
Treehugger Robot 2017-01-04 12:56:49 +00:00 committed by Gerrit Code Review
commit 0c45c105a5

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