diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-02 02:28:33 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-02 02:28:33 +0200 |
commit | 0c05dd3dc5a18d64734a9f091d5285612e41107b (patch) | |
tree | 57de979b0fdef6c07329d0aae06235730a2fb4cb /network/common.h | |
parent | 4f946e36897fc67a28a56fb3102994da6857a038 (diff) | |
parent | 3f498e694e39756890db475f1f1edb528b378ee2 (diff) |
Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone
Diffstat (limited to 'network/common.h')
-rw-r--r-- | network/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/network/common.h b/network/common.h index cc154471..78d0d769 100644 --- a/network/common.h +++ b/network/common.h @@ -21,8 +21,6 @@ * */ -#define MAX_PATH_LENGTH 64 /* D-Bus path */ - #define PANU_UUID "00001115-0000-1000-8000-00805f9b34fb" #define NAP_UUID "00001116-0000-1000-8000-00805f9b34fb" #define GN_UUID "00001117-0000-1000-8000-00805f9b34fb" @@ -41,5 +39,3 @@ int bnep_kill_all_connections(void); int bnep_connadd(int sk, uint16_t role, char *dev); int bnep_if_up(const char *devname, uint16_t id); int bnep_if_down(const char *devname); - -int read_remote_name(bdaddr_t *src, bdaddr_t *dst, char *buf, size_t size); |