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

Commit 1305e517 authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "RootCanal: Typo in LE Apcf Transport Discovery Data command handling" into main

parents 863827c1 aa04d46f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3109,7 +3109,7 @@ void DualModeController::LeApcf(CommandView command) {
    }
    case bluetooth::hci::ApcfOpcode::TRANSPORT_DISCOVERY_SERVICE: {
      auto subcommand_view =
          bluetooth::hci::LeApcfServiceDataView::Create(command_view);
          bluetooth::hci::LeApcfTransportDiscoveryServiceView::Create(command_view);
      CHECK_PACKET_VIEW(subcommand_view);

      DEBUG(id_, "<< LE APCF Transport Discovery Service");