diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-07 06:22:38 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-07 06:22:38 +0000 |
commit | 76823d4777869743af04038d82705cd7249657b8 (patch) | |
tree | 29f432461e807792a267664ce1023da66c0181cb /pand/pand.h | |
parent | ddefb55b4fec8598ce8ec0bc78e8321030269f59 (diff) |
Use device specific service record register function
Diffstat (limited to 'pand/pand.h')
-rw-r--r-- | pand/pand.h | 2 |
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); |