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

Commit bd52a0c5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Deregister from notifications when an HOGP background connection is cancelled"

parents 10999e0c 338766a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2306,6 +2306,9 @@ void bta_hh_le_remove_dev_bg_conn(tBTA_HH_DEV_CB *p_dev_cb)

        BTA_GATTC_CancelOpen(bta_hh_cb.gatt_if, p_dev_cb->addr, false);
    }

    /* deregister all notifications */
    bta_hh_le_deregister_input_notif(p_dev_cb);
}

/*******************************************************************************