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

Commit 626e3480 authored by Chris Manton's avatar Chris Manton
Browse files

le_address_manager: Properly type function with packet type

Bug: 227331595
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I19803bd649f11481070a4f59d5eb64cb0b042579
parent a101d268
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: