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

Commit 346ee4e2 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Merge "Fix MCT data transport for the BT HAL"

am: a8dce86c

Change-Id: I2f25b7caa0c1a40ed5dad2f7b955ffdc13ecba7e
parents 2bc10e90 a8dce86c
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -248,7 +248,6 @@ bool VendorInterface::Open(InitializeCompleteCallback initialize_complete_cb,
        new hci::MctProtocol(fd_list, intercept_events, acl_cb);
    fd_watcher_.WatchFdForNonBlockingReads(
        fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); });
    if (fd_count >= CH_ACL_IN)
    fd_watcher_.WatchFdForNonBlockingReads(
        fd_list[CH_ACL_IN],
        [mct_hci](int fd) { mct_hci->OnAclDataReady(fd); });