Diff between a48b49121fa8074e595b453c029b7c7a28c2d560 and 33dcb461dae5ccf293ccd5c31b952f8c21e42c64
Changed Files
| File | Additions | Deletions | Status |
| tools/rfcomm-tester.c | +2 | -3 | modified |
Full Patch
diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c
index 7997a4b..9c3533d 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;