aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-07-04 03:10:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-07-04 03:10:13 +0000
commit75e5fd272fbc944d99c9fdf5fd083d283d0c02ac (patch)
treeb2f954e9afce72f489eb257dd4156e2f4a189310
parent10127dd2068b111d8ffc4e050ba107b08b9c3f96 (diff)
parenteb9a7750869109601764a33ec0006f93145d20da (diff)
downloadbt-75e5fd272fbc944d99c9fdf5fd083d283d0c02ac.tar.gz
Snap for 5706892 from eb9a7750869109601764a33ec0006f93145d20da to qt-release
Change-Id: I348cdbc2697d4a7906eaac96a67062ff12424847
-rw-r--r--test/rootcanal/bluetooth_hci.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rootcanal/bluetooth_hci.cc b/test/rootcanal/bluetooth_hci.cc
index 384da7383..e40a0c154 100644
--- a/test/rootcanal/bluetooth_hci.cc
+++ b/test/rootcanal/bluetooth_hci.cc
@@ -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())