summaryrefslogtreecommitdiff
path: root/tools/btiotest.c
diff options
context:
space:
mode:
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>2013-07-05 17:46:45 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-08-01 12:38:34 +0300
commit89c0d1a49074c042fde7d7ab0c4e9b675cc87603 (patch)
tree2a5a2d84cc6be9cd1846bdfc41c540cf34c14d93 /tools/btiotest.c
parent36e6ebec9144bd4053e978d70a1adda9b6610504 (diff)
downloadbluez-89c0d1a49074c042fde7d7ab0c4e9b675cc87603.tar.gz
scotest: Add option for SCO voice setting
Diffstat (limited to 'tools/btiotest.c')
-rw-r--r--tools/btiotest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/btiotest.c b/tools/btiotest.c
index 580e7a538..50e3baeb1 100644
--- a/tools/btiotest.c
+++ b/tools/btiotest.c
@@ -445,7 +445,8 @@ static void rfcomm_listen(const char *src, uint8_t ch, gboolean defer,
g_io_channel_unref(rc_srv);
}
-static void sco_connect(const char *src, const char *dst, int disconn, int voice)
+static void sco_connect(const char *src, const char *dst, int disconn,
+ int voice)
{
struct io_data *data;
GError *err = NULL;