From 1b9cc018822ca0edde9d0485c382a13a90253e43 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 29 Aug 2007 17:50:49 +0000 Subject: network: concat remote name and service name to the connection name --- network/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'network/common.h') diff --git a/network/common.h b/network/common.h index bfbe83d2..1d8b57de 100644 --- a/network/common.h +++ b/network/common.h @@ -33,3 +33,5 @@ int bnep_kill_all_connections(void); int bnep_connadd(int sk, uint16_t role, char *dev); int bnep_if_up(const char *devname, int up); + +int read_remote_name(bdaddr_t *src, bdaddr_t *dst, char *buf, size_t size); -- cgit