Merge "Allow HID Device to connect to a specific device" am: 0c45c105a5
am: 176b7ce269
Change-Id: I5436a00ae735089f712ec4dabfee5ef90f83a637
This commit is contained in:
commit
28281b652b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue