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

Commit c2d31033 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "RootCanal: Send LeReadRemoteFeatures on LE link" am: 270aefc7

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2018602

Change-Id: Id209b41eb1a6122d6ec4cd1defa9af8eaa71ff9f
parents 2b2090fe 270aefc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ ErrorCode LinkLayerController::SendLeCommandToRemoteByAddress(
    OpCode opcode, const Address& remote, const Address& local) {
  switch (opcode) {
    case (OpCode::LE_READ_REMOTE_FEATURES):
      SendLinkLayerPacket(
      SendLeLinkLayerPacket(
          model::packets::LeReadRemoteFeaturesBuilder::Create(local, remote));
      break;
    default:
@@ -1777,7 +1777,7 @@ void LinkLayerController::IncomingLeReadRemoteFeatures(
             incoming.GetDestinationAddress().ToString().c_str(),
             incoming.GetSourceAddress().ToString().c_str());
  }
  SendLinkLayerPacket(
  SendLeLinkLayerPacket(
      model::packets::LeReadRemoteFeaturesResponseBuilder::Create(
          incoming.GetDestinationAddress(), incoming.GetSourceAddress(),
          properties_.GetLeSupportedFeatures(), static_cast<uint8_t>(status)));