diff options
Diffstat (limited to 'cpp/src/IceBT/Config.h')
-rw-r--r-- | cpp/src/IceBT/Config.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cpp/src/IceBT/Config.h b/cpp/src/IceBT/Config.h new file mode 100644 index 00000000000..26e0691ffed --- /dev/null +++ b/cpp/src/IceBT/Config.h @@ -0,0 +1,28 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#ifndef ICE_BT_CONFIG_H +#define ICE_BT_CONFIG_H + +#include <Ice/Config.h> +#include <Ice/Network.h> + +#include <bluetooth/bluetooth.h> +#include <bluetooth/rfcomm.h> + +namespace IceBT +{ + +typedef bdaddr_t DeviceAddress; + +typedef sockaddr_rc SocketAddress; + +} + +#endif |