--- test/test-oob | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-oob b/test/test-oob index bec9de5..d44215f 100755 --- a/test/test-oob +++ b/test/test-oob @@ -68,8 +68,8 @@ if __name__ == '__main__': print() print("Exchanging Out of Band data...") - oob_adapter0.AddRemoteData(adapter1_address, oob1[0], oob1[1]) - oob_adapter1.AddRemoteData(adapter0_address, oob0[0], oob0[1]) + oob_adapter0.AddRemoteData(adapter1_address, oob1) + oob_adapter1.AddRemoteData(adapter0_address, oob0) print("Done.") print() -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html