| 1 |
X-Git-Url: http://git.kernel.org/?p=bluetooth%2Fbluez.git;a=blobdiff_plain;f=network%2Fconnection.c;h=59423a900b2fba9ec99115dec421a3113bc2d834;hp=544ec3a9c643bc8fada6d683d428a8165a4b052f;hb=57170b311f1468330f4a9961dc0b3ac45f97bc13;hpb=c1d662075288d475ee6e1740d39ac84fe806542a
|
| 2 |
|
| 3 |
diff --git a/network/connection.c b/network/connection.c
|
| 4 |
index 544ec3a..59423a9 100644
|
| 5 |
--- a/network/connection.c
|
| 6 |
+++ b/network/connection.c
|
| 7 |
@@ -554,7 +554,9 @@ static void path_unregister(void *data)
|
| 8 |
|
| 9 |
static const GDBusMethodTable connection_methods[] = {
|
| 10 |
{ GDBUS_ASYNC_METHOD("Connect",
|
| 11 |
- NULL, NULL, connection_connect) },
|
| 12 |
+ GDBUS_ARGS({"uuid", "s"}),
|
| 13 |
+ GDBUS_ARGS({"interface", "s"}),
|
| 14 |
+ connection_connect) },
|
| 15 |
{ GDBUS_METHOD("Disconnect",
|
| 16 |
NULL, NULL, connection_disconnect) },
|
| 17 |
{ GDBUS_METHOD("GetProperties",
|