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

Commit 299ae67d authored by Scott Main's avatar Scott Main
Browse files

docs: small javadoc, but also make the existing getProfileProxy docs...

docs: small javadoc, but also make the existing getProfileProxy docs visible... had wrong comment tag

Change-Id: Ia4b2178057c0263ec8f835342815082de87b3af1
parent 5ea769dc
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -1025,17 +1025,18 @@ public final class BluetoothAdapter {
        return null;
        return null;
    }
    }


    /*
    /**
     * Get the profile proxy object associated with the profile.
     * Get the profile proxy object associated with the profile.
     *
     *
     * <p>Profile can be one of {@link BluetoothProfile.HEADSET} or
     * <p>Profile can be one of {@link BluetoothProfile#HEADSET} or
     * {@link BluetoothProfile.A2DP}. Clients must implements
     * {@link BluetoothProfile#A2DP}. Clients must implements
     * {@link BluetoothProfile.ServiceListener} to get notified of
     * {@link BluetoothProfile.ServiceListener} to get notified of
     * the connection status and to get the proxy object.
     * the connection status and to get the proxy object.
     *
     *
     * @param context Context of the application
     * @param context Context of the application
     * @param listener The service Listener for connection callbacks.
     * @param listener The service Listener for connection callbacks.
     * @param profile
     * @param profile The Bluetooth profile; either {@link BluetoothProfile#HEADSET}
     *                or {@link BluetoothProfile#A2DP}.
     * @return true on success, false on error
     * @return true on success, false on error
     */
     */
    public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener,
    public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener,