summaryrefslogtreecommitdiff
path: root/profiles/network/bnep.h
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2015-03-12 18:07:28 +0100
committerSzymon Janc <szymon.janc@gmail.com>2015-03-12 23:23:54 +0100
commitab0b65ad6d32881eb4e9927150866e075c0dc36d (patch)
tree3a67091a09627c7a48da592e83808a1942a130b6 /profiles/network/bnep.h
parentc0266b7d45ead6e80350ded28d8892a9a93187df (diff)
downloadbluez-ab0b65ad6d32881eb4e9927150866e075c0dc36d.tar.gz
profiles/network: Remove unneeded bnep_uuid function from bnep code
This function is no longer needed since connection and server can handle this functionality by itself.
Diffstat (limited to 'profiles/network/bnep.h')
-rw-r--r--profiles/network/bnep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/network/bnep.h b/profiles/network/bnep.h
index 31579f998..811ea143f 100644
--- a/profiles/network/bnep.h
+++ b/profiles/network/bnep.h
@@ -26,7 +26,6 @@ struct bnep;
int bnep_init(void);
int bnep_cleanup(void);
-const char *bnep_uuid(uint16_t id);
const char *bnep_name(uint16_t id);
struct bnep *bnep_new(int sk, uint16_t local_role, uint16_t remote_role,