Diff between 7adf8d09b4ba060ecb223e36fd6678aa52ab0af1 and d471ce2d779eedca5f974f20359b5cea18805e79
Changed Files
| File | Additions | Deletions | Status |
| plugins/neard.c | +2 | -1 | modified |
Full Patch
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, ¶ms->address,