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

Commit adf8d5cf authored by Henri Chataing's avatar Henri Chataing Committed by Automerger Merge Worker
Browse files

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

Merge "RootCanal: Typo in LE Apcf Transport Discovery Data command handling" into main am: 1305e517 am: 30b22496

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



Change-Id: I805bdfa32eb0598c1adb6c3198269a6d4f24f97e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d971c05c 30b22496
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");