summaryrefslogtreecommitdiff
path: root/src/sdpd.h
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.h
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.h')
-rw-r--r--src/sdpd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 0e3dddf6e..98e5b20b7 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -103,8 +103,4 @@ void stop_sdp_server(void);
int add_record_to_server(const bdaddr_t *src, sdp_record_t *rec);
int remove_record_from_server(uint32_t handle);
-void create_ext_inquiry_response(const char *name,
- int8_t tx_power, sdp_list_t *services,
- uint8_t *data);
-
void sdp_init_services_list(bdaddr_t *device);