Merge redfin/bramble support.
Bug: 171218636 Merged-In: Icce4e4f44a811726f76a8602a44e9060cc1dbaa1 Change-Id: I0a1a06f871172953b18c2fcdd6aedf19ed7b1460
This commit is contained in:
commit
2c9a8c3b66
1 changed files with 2 additions and 1 deletions
|
@ -454,8 +454,9 @@ typedef struct {
|
|||
/**
|
||||
* Opens the interface and provides the callback routines
|
||||
* to the implemenation of this interface.
|
||||
* The |is_atv| flag indicates whether the local device is an Android TV
|
||||
*/
|
||||
int (*init)(bt_callbacks_t* callbacks );
|
||||
int (*init)(bt_callbacks_t* callbacks, bool is_atv);
|
||||
|
||||
/** Enable Bluetooth. */
|
||||
int (*enable)(bool guest_mode);
|
||||
|
|
Loading…
Reference in a new issue