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

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

Merge "Fix MCT data transport for the BT HAL"

parents 14b82de6 fed25ad2
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); });