Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] neard: Set device UUIDs from EIR
@ 2014-01-18 12:42 Szymon Janc
  2014-01-18 12:43 ` [PATCH 2/2] neard: Refactor request_oob function Szymon Janc
  2014-01-18 13:20 ` [PATCH 1/2] neard: Set device UUIDs from EIR Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Szymon Janc @ 2014-01-18 12:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Handle UUIDs received in EIR from neard in same way as UUIDs received
on device discovery.
---
 plugins/neard.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/neard.c b/plugins/neard.c
index 35fdaeb..da6e37c 100644
--- a/plugins/neard.c
+++ b/plugins/neard.c
@@ -643,7 +643,8 @@ static void store_params(struct btd_adapter *adapter, struct btd_device *device,
 		btd_device_device_set_name(device, params->name);
 	}
 
-	/* TODO handle UUIDs? */
+	if (params->services)
+		device_add_eir_uuids(device, params->services);
 
 	if (params->hash) {
 		btd_adapter_add_remote_oob_data(adapter, &params->address,
-- 
1.8.5.3


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

end of thread, other threads:[~2014-01-18 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 12:42 [PATCH 1/2] neard: Set device UUIDs from EIR Szymon Janc
2014-01-18 12:43 ` [PATCH 2/2] neard: Refactor request_oob function Szymon Janc
2014-01-18 13:20 ` [PATCH 1/2] neard: Set device UUIDs from EIR Johan Hedberg

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