From d1d248d12b0eba700498c47647f9cd438510b242 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 22 Mar 2007 17:36:56 +0000 Subject: Initial code of bnep common. --- network/common.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'network/common.h') diff --git a/network/common.h b/network/common.h index e87dd676..11e0b77b 100644 --- a/network/common.h +++ b/network/common.h @@ -20,3 +20,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ +/* BNEP functions */ +int bnep_init(void); +int bnep_cleanup(void); + +int bnep_str2svc(char *svc, uint16_t *uuid); +char *bnep_svc2str(uint16_t uuid); + +int bnep_kill_connection(const char *addr); +int bnep_kill_all_connections(void); + +int bnep_connadd(int sk, uint16_t role, char *dev); -- cgit