[PATCH 1/3] android/client: Fix help for gatt server commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx>

---
 android/client/if-gatt.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/android/client/if-gatt.c b/android/client/if-gatt.c
index 5f0eb1c..72f97ba 100644
--- a/android/client/if-gatt.c
+++ b/android/client/if-gatt.c
@@ -1894,7 +1894,11 @@ static void gatts_send_response_p(int argc, const char *argv[])
 static struct method server_methods[] = {
 	GATTS_METHODH(register_server, "[<uuid>]"),
 	GATTS_METHODCH(unregister_server, "<server_if>"),
+#if ANDROID_VERSION >= PLATFORM_VER(5, 0, 0)
+	GATTS_METHODCH(connect, "<server_if> <addr> [<is_direct>] [<transport>]"),
+#else
 	GATTS_METHODCH(connect, "<server_if> <addr> [<is_direct>]"),
+#endif
 	GATTS_METHODCH(disconnect, "<server_if> <addr> <conn_id>"),
 	GATTS_METHODCH(add_service, "<server_if> <srvc_id> <num_handles>"),
 	GATTS_METHODCH(add_included_service,
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux