Diff between ed6baf1417a1cf108a5d52f5d22b919f501adf67 and c6e0cd59c4f79f26f356ca02515c2d056111fde8
Changed Files
| File | Additions | Deletions | Status |
| test/test-hfp | +1 | -1 | modified |
Full Patch
diff --git a/test/test-hfp b/test/test-hfp
index 38da076..873de0a 100755
--- a/test/test-hfp
+++ b/test/test-hfp
@@ -233,7 +233,7 @@ if __name__ == '__main__':
if audio_supported:
sco = socket(AF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_SCO)
sco.bind(BDADDR_ANY)
- sco.listen()
+ sco.listen(1)
else:
sco = None