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

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

Merge "If a LINK_KEY_REQUEST comes in without us calling CreateBond then it...

Merge "If a LINK_KEY_REQUEST comes in without us calling CreateBond then it isn't explicitly triggered by the local stack."
parents 2c5ce1d4 32c3fb81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ void SecurityManagerImpl::HandleEvent(T packet) {
    auto record =
        security_database_.FindOrCreate(hci::AddressWithType{bd_addr, hci::AddressType::PUBLIC_DEVICE_ADDRESS});
    LOG_WARN("Dispatch #2");
    DispatchPairingHandler(record, true);
    DispatchPairingHandler(record, false);
    entry = pairing_handler_map_.find(bd_addr);
  }
  entry->second->OnReceive(packet);