summaryrefslogtreecommitdiff
path: root/test/test-hfp
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-09-28 22:49:24 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-09-29 17:26:16 +0300
commitc6e0cd59c4f79f26f356ca02515c2d056111fde8 (patch)
tree068226d7833b6b4115ac1891807c6d8fe5408b62 /test/test-hfp
parented6baf1417a1cf108a5d52f5d22b919f501adf67 (diff)
downloadbluez-c6e0cd59c4f79f26f356ca02515c2d056111fde8.tar.gz
test/test-hfp: Fix passing missing backlog parameter to sco.listen()
Diffstat (limited to 'test/test-hfp')
-rwxr-xr-xtest/test-hfp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-hfp b/test/test-hfp
index 38da076e4..873de0a21 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