OSDN Git Service

Merge tag 'android-6.0.1_r52' into marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 8 Jul 2016 11:11:44 +0000 (19:11 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 8 Jul 2016 11:11:44 +0000 (19:11 +0800)
Android 6.0.1 Release 52 (MOB30R)

include/hardware/bluetooth.h

index 0f1a35b..68cbd1e 100644 (file)
@@ -438,7 +438,7 @@ typedef struct {
     int (*init)(bt_callbacks_t* callbacks );
 
     /** Enable Bluetooth. */
-    int (*enable)(void);
+    int (*enable)(bool guest_mode);
 
     /** Disable Bluetooth. */
     int (*disable)(void);