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

Commit edc18204 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

RootCanal: Set the timer period to 1 second

am: 8d609d5b

Change-Id: Iaf7e4e6bab48fd9f882c2d0e0c53b1cd71e7ff65
parents 3771541c 8d609d5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) {
  test_channel_.AddDeviceToPhy({"1", "0"});
  test_channel_.Add({"beacon", "be:ac:10:00:00:02", "1000"});
  test_channel_.AddDeviceToPhy({"2", "0"});
  test_channel_.SetTimerPeriod({"1000"});

  unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
    if (death_recipient->getHasDied())