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

Commit 28283a8e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: stack/btm::acl_ init properly" am: 050f9b1c am: f3d99bbc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1958499

Change-Id: I01a4a4c6c7327a66b9bae6a5067d68e5d2e56e2f
parents 6da45fc5 f3d99bbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ typedef struct tBTM_CB {
    connecting_bda = RawAddress::kEmpty;
    memset(&connecting_dc, 0, sizeof(connecting_dc));

    memset(&acl_cb_, 0, sizeof(acl_cb_));
    acl_cb_ = {};

    page_queue = fixed_queue_new(SIZE_MAX);
    sec_pending_q = fixed_queue_new(SIZE_MAX);