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

Commit 7dab6798 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Jakub Pawłowski
Browse files

Fix bta_dm_disc_start_service_discovery__BT_TRANSPORT_LE

Bug: 337109535
Bug: 335732980
Flag: exempt, test only change
Test: atest net_test_bta
Change-Id: Id8367a0be7b626f4859a8ab1293f188440b2998c
parent e0c0aef0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -194,7 +194,8 @@ TEST_F(BtaInitializedTest,
TEST_F(BtaInitializedTest,
       bta_dm_disc_start_service_discovery__BT_TRANSPORT_LE) {
  bta_dm_disc_start_service_discovery(
      {nullptr, nullptr, nullptr,
      {[](RawAddress, BD_NAME, std::vector<bluetooth::Uuid>&, bool) {}, nullptr,
       nullptr,
       [](RawAddress, tBTA_SERVICE_MASK, const std::vector<bluetooth::Uuid>&,
          tBTA_STATUS, tHCI_STATUS) {}},
      kRawAddress, BT_TRANSPORT_LE);