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

Commit e75abe25 authored by Chienyuan's avatar Chienyuan Committed by Chienyuan Huang
Browse files

Enable le advertising manager test

Bug: 240301722
Test: gd/cert/run
Test: ./bluetooth_test_gd_unit64 --gtest_filter=*AdvertisingManager* --gtest_repeat=1000
Test: ./bluetooth_test_gd_unit64 --gtest_filter=*AdvertisingAPITest* --gtest_repeat=1000
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I8bcc682673412940c0d915b5a93fd1785aff13db
Merged-In: I8bcc682673412940c0d915b5a93fd1785aff13db
parent 2c751d90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ filegroup {
        "uuid_unittest.cc",
        "le_periodic_sync_manager_test.cc",
        "le_scanning_manager_test.cc",
        "le_advertising_manager_test.cc",
    ],
}

+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ class LeAddressManager {
      crypto_toolbox::Octet16 rotation_irk,
      std::chrono::milliseconds minimum_rotation_time,
      std::chrono::milliseconds maximum_rotation_time);
  AddressPolicy GetAddressPolicy();
  virtual AddressPolicy GetAddressPolicy();
  void AckPause(LeAddressManagerCallback* callback);
  void AckResume(LeAddressManagerCallback* callback);
  virtual AddressPolicy Register(LeAddressManagerCallback* callback);
+207 −260

File changed.

Preview size limit exceeded, changes collapsed.