summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-16 11:37:55 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-16 12:23:15 +0200
commit33dcb461dae5ccf293ccd5c31b952f8c21e42c64 (patch)
tree49b6200b3874007569bcf2d8a51c9bdebbbaabf2
parenta48b49121fa8074e595b453c029b7c7a28c2d560 (diff)
tools/rfcomm-tester: Update callback to match new API
-rw-r--r--tools/rfcomm-tester.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c
index 7997a4b32..9c3533d01 100644
--- a/tools/rfcomm-tester.c
+++ b/tools/rfcomm-tester.c
@@ -455,9 +455,8 @@ static gboolean rfcomm_listen_cb(GIOChannel *io, GIOCondition cond,
return false;
}
-static void connection_cb(uint16_t handle, uint16_t cid,
- uint8_t channel, void *user_data,
- bool status)
+static void connection_cb(uint16_t handle, uint16_t cid, void *user_data,
+ bool status)
{
struct test_data *data = tester_get_data();
const struct rfcomm_server_data *server_data = data->test_data;