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

Commit 4236c860 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

le_address_manager: Properly type function with packet type am: 626e3480 am:...

le_address_manager: Properly type function with packet type am: 626e3480 am: d3ff6e7e am: 23140db2 am: 733c2238

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



Change-Id: Icf853f122bfcf6cad6cb5824c86997f6b553ffe5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d7d55a82 733c2238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,7 @@ void LeAddressManager::OnCommandComplete(bluetooth::hci::CommandCompleteView vie
      break;

    case OpCode::LE_REMOVE_DEVICE_FROM_FILTER_ACCEPT_LIST:
      on_command_complete<LeAddDeviceToFilterAcceptListCompleteView>(view);
      on_command_complete<LeRemoveDeviceFromFilterAcceptListCompleteView>(view);
      break;

    case OpCode::LE_SET_ADDRESS_RESOLUTION_ENABLE: