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

Commit 28253294 authored by Martin Brabham's avatar Martin Brabham Committed by David James
Browse files

OOB generateLocalOobData

unhide @SystemApi callback methods

Bug: 178007935
Tag: #feature
Test: compiles
Change-Id: I2d4167a6c92ee0cc24da12df206838161c8f3318
Merged-In: I2d4167a6c92ee0cc24da12df206838161c8f3318
parent c8353bb6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3062,8 +3062,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);

@@ -3071,8 +3069,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);
    }