Merge "Hide android.bluetooth.OobData" into nyc-dev
am: ecc873d5ee
* commit 'ecc873d5ee8730833fe261e03b8b058c343d71db':
Hide android.bluetooth.OobData
This commit is contained in:
@@ -7332,15 +7332,6 @@ package android.bluetooth {
|
||||
field public static final int TYPE_SCO = 2; // 0x2
|
||||
}
|
||||
|
||||
public final 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 {
|
||||
|
||||
@@ -7607,15 +7607,6 @@ package android.bluetooth {
|
||||
field public static final int TYPE_SCO = 2; // 0x2
|
||||
}
|
||||
|
||||
public final 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 {
|
||||
|
||||
@@ -7336,15 +7336,6 @@ package android.bluetooth {
|
||||
field public static final int TYPE_SCO = 2; // 0x2
|
||||
}
|
||||
|
||||
public final 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 final class OobData implements Parcelable {
|
||||
private byte[] securityManagerTk;
|
||||
|
||||
Reference in New Issue
Block a user