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

Commit 40e157ae authored by Chris Manton's avatar Chris Manton
Browse files

legacy: stack/btm::acl_ init properly

Bug: 187827452
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: Ie26e97eb5accd1cfb770a5f5da5191fbbbabdf78
parent 3a915510
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);