Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] android/gatt: Set proper primary flag for sending characteristics
@ 2014-04-11 12:40 Jakub Tyszkowski
  2014-04-11 12:40 ` [PATCH 2/2] android/client: Fix parameter completion for gatt Jakub Tyszkowski
  2014-04-11 14:17 ` [PATCH 1/2] android/gatt: Set proper primary flag for sending characteristics Szymon Janc
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Tyszkowski @ 2014-04-11 12:40 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Tyszkowski

Fix sending included service's characteristics.
---
 android/gatt.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/android/gatt.c b/android/gatt.c
index aa2a5fd..13ae340 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -1510,8 +1510,7 @@ static void send_client_char_notify(const struct characteristic *ch,
 	}
 
 	ev.conn_id = conn_id;
-	/* TODO need to be handled for included services too */
-	element_id_to_hal_srvc_id(&service->id, 1, &ev.srvc_id);
+	element_id_to_hal_srvc_id(&service->id, service->primary, &ev.srvc_id);
 
 	ipc_send_notif(hal_ipc, HAL_SERVICE_ID_GATT,
 					HAL_EV_GATT_CLIENT_GET_CHARACTERISTIC,
-- 
1.9.1


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 12:40 [PATCH 1/2] android/gatt: Set proper primary flag for sending characteristics Jakub Tyszkowski
2014-04-11 12:40 ` [PATCH 2/2] android/client: Fix parameter completion for gatt Jakub Tyszkowski
2014-04-11 14:17 ` [PATCH 1/2] android/gatt: Set proper primary flag for sending characteristics Szymon Janc

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