summaryrefslogtreecommitdiff
path: root/attrib
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-12-21 19:26:32 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-23 10:28:48 +0200
commited2fd828058f534f6b0329a47e2104c5bbcd34a7 (patch)
tree19529c7a5d520f7697c48500b21cf6460b62de5a /attrib
parent5ae3733f9c81cd590e735a1e2cac1f261e881f9a (diff)
Add the btd_ prefix to device_add_service
This is needed to keep consistency, as device_add_service would be used from outside the core bluetoothd.
Diffstat (limited to 'attrib')
-rw-r--r--attrib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/client.c b/attrib/client.c
index 00d0bbc91..dbfe5d368 100644
--- a/attrib/client.c
+++ b/attrib/client.c
@@ -606,7 +606,7 @@ static void register_primary(struct gatt_service *gatt)
NULL, NULL, prim, NULL);
DBG("Registered: %s", prim->path);
- device_add_service(gatt->dev, prim->path);
+ btd_device_add_service(gatt->dev, prim->path);
}
}