• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/bt


Commit MetaInfo

Revision11ec2ade3ce2142bc51bc343a5b2350c0ed8a9bc (tree)
Zeit2019-07-04 08:08:24
AutorMyles Watson <mylesgw@goog...>
Commiterandroid-build-merger

Log Message

RootCanal: Set the timer period to 1 second
am: eb9a775086

Change-Id: Iaf7e4e6bab48fd9f882c2d0e0c53b1cd71e7ff65

Ändern Zusammenfassung

Diff

--- a/test/rootcanal/bluetooth_hci.cc
+++ b/test/rootcanal/bluetooth_hci.cc
@@ -142,6 +142,7 @@ Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) {
142142 test_channel_.AddDeviceToPhy({"1", "0"});
143143 test_channel_.Add({"beacon", "be:ac:10:00:00:02", "1000"});
144144 test_channel_.AddDeviceToPhy({"2", "0"});
145+ test_channel_.SetTimerPeriod({"1000"});
145146
146147 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
147148 if (death_recipient->getHasDied())