Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/3] android/gatt: Remove not needed empty line and redundand tab
@ 2014-04-11 10:29 Grzegorz Kolodziejczyk
  2014-04-11 10:29 ` [PATCH 2/3] android/gatt: Add support for uuid filter in search services Grzegorz Kolodziejczyk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Grzegorz Kolodziejczyk @ 2014-04-11 10:29 UTC (permalink / raw)
  To: linux-bluetooth

---
 android/gatt.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/android/gatt.c b/android/gatt.c
index 15e788a..4e548c8 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -126,7 +126,7 @@ static bool scanning = false;
 
 static struct queue *gatt_clients = NULL;
 static struct queue *gatt_servers = NULL;
-static struct queue *conn_list	= NULL;		/* Connected devices */
+static struct queue *conn_list = NULL;		/* Connected devices */
 static struct queue *conn_wait_queue = NULL;	/* Devs waiting to connect */
 static struct queue *disc_dev_list = NULL;	/* Disconnected devices */
 
@@ -140,7 +140,6 @@ static void android2uuid(const uint8_t *uuid, bt_uuid_t *dst)
 
 	for (i = 0; i < 16; i++)
 		dst->value.u128.data[i] = uuid[15 - i];
-
 }
 
 static void uuid2android(const bt_uuid_t *src, uint8_t *uuid)
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-11 14:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 10:29 [PATCH 1/3] android/gatt: Remove not needed empty line and redundand tab Grzegorz Kolodziejczyk
2014-04-11 10:29 ` [PATCH 2/3] android/gatt: Add support for uuid filter in search services Grzegorz Kolodziejczyk
2014-04-11 10:29 ` [PATCH 3/3] android/gatt: Change name to more approperiate for cache all services Grzegorz Kolodziejczyk
2014-04-11 14:15 ` [PATCH 1/3] android/gatt: Remove not needed empty line and redundand tab Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox