Skip to content
Snippets Groups Projects
Commit c0576d7c authored by Rahul Sabnis's avatar Rahul Sabnis Committed by Gerrit Code Review
Browse files

Merge "Add missing params to sl4a_sl4a function call"

parents ed836a65 23518f37
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class OobPairingTest(sl4a_sl4a_base_test.Sl4aSl4aBaseTestClass):
if wait_for_oob_data:
assertThat(oob_data[0]).isEqualTo(0)
assertThat(oob_data[1]).isNotNone()
self.dut_security_.create_bond_out_of_band(oob_data[1], wait_for_device_bonded)
self.dut_security_.create_bond_out_of_band(oob_data[1], None, -1, wait_for_device_bonded)
def __create_le_bond_oob_double_sided(self, wait_for_oob_data=True, wait_for_device_bonded=True):
# Genearte OOB data on DUT, but we don't use it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment