From eb4d49890ca8a4d8f567e81fdf82b6903d30f326 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 24 Aug 2007 01:21:33 +0000 Subject: Move the extended inquiry response creation into the SDP code --- sdpd/sdpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sdpd/sdpd.h') diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h index ad7a2d4f..0a2bccf4 100644 --- a/sdpd/sdpd.h +++ b/sdpd/sdpd.h @@ -91,3 +91,4 @@ typedef void (*service_classes_callback_t) (const bdaddr_t *bdaddr, uint8_t valu uint8_t get_service_classes(const bdaddr_t *bdaddr); void set_service_classes_callback(service_classes_callback_t callback); +void create_ext_inquiry_response(const char *name, uint8_t *data); -- cgit