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

Commit aa04d46f authored by Henri Chataing's avatar Henri Chataing
Browse files

RootCanal: Typo in LE Apcf Transport Discovery Data command handling

Bug: 345704960
Test: m root-canal
Flag: EXEMPT, tool change
Change-Id: I2a2a628a3f8b41e868d6396a04c851d3d5093ee7
parent 365a0ed8
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");