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

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

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

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

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

Change-Id: I97db239796ee5b84fba79d2d3995e25482e61ba5
parents 55bd8508 440e14f6
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)));