summaryrefslogtreecommitdiffstats
path: root/network/common.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-08-29 17:50:49 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-08-29 17:50:49 +0000
commit1b9cc018822ca0edde9d0485c382a13a90253e43 (patch)
tree3f198887f78f527d508f4bb45a2ff8897843181f /network/common.h
parent1dfdcaaccb924c36d6ab8380fb52ea5a9691a872 (diff)
network: concat remote name and service name to the connection name
Diffstat (limited to 'network/common.h')
-rw-r--r--network/common.h2
1 files changed, 2 insertions, 0 deletions
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);