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

Commit d3ff6e7e 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

parents e969e456 626e3480
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: