Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69ea3346 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7283897 from 4d139ff936d44680d92c56f5b0f8cf338d6d83a8 to sc-release

Change-Id: I0c8b1ea71ae3e0f3719ac2aec4432772a2f4ca0e
parents 2dcc4bab a95b9490
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3095,8 +3095,6 @@ public final class BluetoothAdapter {
         *
         * @param transport - whether the {@link OobData} is generated for LE or Classic.
         * @param oobData - data generated in the host stack(LE) or controller (Classic)
         *
         * @hide
         */
        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.
         *
         * @param errorCode - the code descibing the type of error that occurred.
         *
         * @hide
         */
        void onError(@OobError int errorCode);
    }