summaryrefslogtreecommitdiffstats
path: root/pand/pand.h
diff options
context:
space:
mode:
Diffstat (limited to 'pand/pand.h')
-rw-r--r--pand/pand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/pand.h b/pand/pand.h
index b0052676..2981168b 100644
--- a/pand/pand.h
+++ b/pand/pand.h
@@ -46,6 +46,6 @@ int bnep_accept_connection(int sk, uint16_t role, char *dev);
int bnep_create_connection(int sk, uint16_t role, uint16_t svc, char *dev);
/* SDP functions */
-int bnep_sdp_register(uint16_t role);
+int bnep_sdp_register(bdaddr_t *device, uint16_t role);
void bnep_sdp_unregister(void);
int bnep_sdp_search(bdaddr_t *src, bdaddr_t *dst, uint16_t service);