summaryrefslogtreecommitdiff
path: root/src/sdpd-database.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-12-13 11:12:03 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-13 11:41:20 +0200
commit00c2267405ff3416672401cf394f06017a6814c1 (patch)
tree0af0f9a0ae102736b561e0265116f36a45ec164f /src/sdpd-database.c
parent401be3748717fae613041592778a3a7160fb763c (diff)
downloadbluez-00c2267405ff3416672401cf394f06017a6814c1.tar.gz
Refactor class of device (and related values) handling to adapter_ops
The management interface will move class of device and extended inquiry response handling to the kernel side so the same functionality needs to be moved into hciops. These features are quite tightly coupled in bluetoothd so splitting this into multiple patches would have been hard (if not impossible). Thus this quite large single commit.
Diffstat (limited to 'src/sdpd-database.c')
-rw-r--r--src/sdpd-database.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdpd-database.c b/src/sdpd-database.c
index 882d567eb..a75b1a8a8 100644
--- a/src/sdpd-database.c
+++ b/src/sdpd-database.c
@@ -311,7 +311,7 @@ void sdp_init_services_list(bdaddr_t *device)
{
sdp_list_t *p;
- SDPDBG("");
+ DBG("");
for (p = access_db; p != NULL; p = p->next) {
sdp_access_t *access = p->data;