summaryrefslogtreecommitdiff
path: root/src/sdpd.h
diff options
context:
space:
mode:
authorFrancisco Alecrim <francisco.alecrim@openbossa.org>2010-04-07 12:25:50 -0400
committerJohan Hedberg <johan.hedberg@nokia.com>2010-04-07 20:31:27 +0300
commita05689dde7d36c837dccb0303bbf981e7682a38c (patch)
tree3f96eb0cc399480aa13f2d8fd9b8e9dc64b75eed /src/sdpd.h
parent9266dfeac26b7c572f35f698f4f608229f821905 (diff)
downloadbluez-a05689dde7d36c837dccb0303bbf981e7682a38c.tar.gz
Correct UUIDs list to EIR
Correct create_ext_inquiry_response to response only UUIDs per-adapter.
Diffstat (limited to 'src/sdpd.h')
-rw-r--r--src/sdpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 1352a8357..1f0a2291d 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -95,4 +95,5 @@ int remove_record_from_server(uint32_t handle);
uint8_t get_service_classes(const bdaddr_t *bdaddr);
void create_ext_inquiry_response(const char *name,
- int8_t tx_power, uint8_t *data);
+ int8_t tx_power, sdp_list_t *services,
+ uint8_t *data);