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

Commit 1e0bf3a7 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 am: 346ee4e2

am: eff4007f

Change-Id: Id2542183f2de78fd2c2ebb2458f5dc98b6353ed2
parents 222cf72e eff4007f
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); });