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

Commit 1832d601 authored by Harshad Ulhas Dhabu's avatar Harshad Ulhas Dhabu Committed by Md Shahriar Hossain Sajib
Browse files

Rectify comment in getCurrentAgEvents

Bug: 143946839
Bug: 199827901
Test: IOP and BCST
Tag: #refactor
Change-Id: I1c91d941f5383e8682e2b664120ffe6de4dfdef4
(cherry picked from commit 322c15bdaaa6ec44bc4cf6ea723b403b0e8ec1a8)
parent 7151fef2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -758,7 +758,7 @@ public final class BluetoothHeadsetClient implements BluetoothProfile {
     * @return bundle of AG  indicators; null if device is not in CONNECTED state
     */
    public Bundle getCurrentAgEvents(BluetoothDevice device) {
        if (DBG) log("getCurrentCalls()");
        if (DBG) log("getCurrentAgEvents()");
        final IBluetoothHeadsetClient service =
                getService();
        if (service != null && isEnabled() && isValidDevice(device)) {