aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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())