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

Commit eff4007f 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

Change-Id: I5343ae1cdbfe436a29e20b59ea038334f3ef8afe
parents 460da894 346ee4e2
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); });