OOB generateLocalOobData
unhide @SystemApi callback methods CTS-Coverage-Bug: 184395281 Bug: 178007935 Tag: #feature Test: compiles Change-Id: I2d4167a6c92ee0cc24da12df206838161c8f3318
This commit is contained in:
@@ -1948,6 +1948,8 @@ package android.bluetooth {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static interface BluetoothAdapter.OobDataCallback {
|
public static interface BluetoothAdapter.OobDataCallback {
|
||||||
|
method public void onError(int);
|
||||||
|
method public void onOobData(int, @Nullable android.bluetooth.OobData);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class BluetoothDevice implements android.os.Parcelable {
|
public final class BluetoothDevice implements android.os.Parcelable {
|
||||||
|
|||||||
@@ -3095,8 +3095,6 @@ public final class BluetoothAdapter {
|
|||||||
*
|
*
|
||||||
* @param transport - whether the {@link OobData} is generated for LE or Classic.
|
* @param transport - whether the {@link OobData} is generated for LE or Classic.
|
||||||
* @param oobData - data generated in the host stack(LE) or controller (Classic)
|
* @param oobData - data generated in the host stack(LE) or controller (Classic)
|
||||||
*
|
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
void onOobData(@Transport int transport, @Nullable OobData oobData);
|
void onOobData(@Transport int transport, @Nullable OobData oobData);
|
||||||
|
|
||||||
@@ -3104,8 +3102,6 @@ public final class BluetoothAdapter {
|
|||||||
* Provides feedback when things don't go as expected.
|
* Provides feedback when things don't go as expected.
|
||||||
*
|
*
|
||||||
* @param errorCode - the code descibing the type of error that occurred.
|
* @param errorCode - the code descibing the type of error that occurred.
|
||||||
*
|
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
void onError(@OobError int errorCode);
|
void onError(@OobError int errorCode);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user