Update the signature of init function to include whether the device is
an ATV Bug: 157038281 Test: Manual Change-Id: I1685c4318c27e8dcca5f7a696fe9e1f8bf594b9d
This commit is contained in:
@@ -466,8 +466,9 @@ typedef struct {
|
|||||||
/**
|
/**
|
||||||
* Opens the interface and provides the callback routines
|
* Opens the interface and provides the callback routines
|
||||||
* to the implemenation of this interface.
|
* 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. */
|
/** Enable Bluetooth. */
|
||||||
int (*enable)(bool guest_mode);
|
int (*enable)(bool guest_mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user