Merge "Sometimes to step forward, we need to go back. [2/2]" into nyc-dev
This commit is contained in:
@@ -7336,15 +7336,6 @@ package android.bluetooth {
|
||||
field public static final int TYPE_SCO = 2; // 0x2
|
||||
}
|
||||
|
||||
public class OobData implements android.os.Parcelable {
|
||||
ctor public OobData();
|
||||
method public int describeContents();
|
||||
method public byte[] getSecurityManagerTk();
|
||||
method public void setSecurityManagerTk(byte[]);
|
||||
method public void writeToParcel(android.os.Parcel, int);
|
||||
field public static final android.os.Parcelable.Creator<android.bluetooth.OobData> CREATOR;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.bluetooth.le {
|
||||
|
||||
@@ -7611,15 +7611,6 @@ package android.bluetooth {
|
||||
field public static final int TYPE_SCO = 2; // 0x2
|
||||
}
|
||||
|
||||
public class OobData implements android.os.Parcelable {
|
||||
ctor public OobData();
|
||||
method public int describeContents();
|
||||
method public byte[] getSecurityManagerTk();
|
||||
method public void setSecurityManagerTk(byte[]);
|
||||
method public void writeToParcel(android.os.Parcel, int);
|
||||
field public static final android.os.Parcelable.Creator<android.bluetooth.OobData> CREATOR;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.bluetooth.le {
|
||||
|
||||
@@ -7338,15 +7338,6 @@ package android.bluetooth {
|
||||
field public static final int TYPE_SCO = 2; // 0x2
|
||||
}
|
||||
|
||||
public class OobData implements android.os.Parcelable {
|
||||
ctor public OobData();
|
||||
method public int describeContents();
|
||||
method public byte[] getSecurityManagerTk();
|
||||
method public void setSecurityManagerTk(byte[]);
|
||||
method public void writeToParcel(android.os.Parcel, int);
|
||||
field public static final android.os.Parcelable.Creator<android.bluetooth.OobData> CREATOR;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.bluetooth.le {
|
||||
|
||||
@@ -23,6 +23,7 @@ import android.util.Log;
|
||||
|
||||
/**
|
||||
* Out Of Band Data for Bluetooth device.
|
||||
* @hide
|
||||
*/
|
||||
public class OobData implements Parcelable {
|
||||
private byte[] securityManagerTk;
|
||||
|
||||
Reference in New Issue
Block a user