#include <config.h>
#include <sys/poll.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <bluetooth/bluetooth.h>
#include <errno.h>
#include <oasys/thread/Notifier.h>
#include <oasys/thread/Timer.h>
#include <oasys/util/StringBuffer.h>
#include <oasys/bluez/Bluetooth.h>
#include <oasys/bluez/BluetoothSocket.h>
#include <oasys/bluez/RFCOMMClient.h>
#include <oasys/util/OptParser.h>
#include <oasys/util/ScratchBuffer.h>
#include <oasys/util/Random.h>
#include "BluetoothConvergenceLayer.h"
#include "bundling/Bundle.h"
#include "bundling/AnnounceBundle.h"
#include "bundling/BundleEvent.h"
#include "bundling/BundleDaemon.h"
#include "bundling/BundleList.h"
#include "bundling/BundleProtocol.h"
#include "bundling/SDNV.h"
#include "contacts/ContactManager.h"
#include "routing/BundleRouter.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Defines | |
#define | MIN(x, y) ((x)<(y) ? (x) : (y)) |
Variables | |
int | errno |
#define MIN | ( | x, | |||
y | ) | ((x)<(y) ? (x) : (y)) |
Definition at line 5 of file BluetoothConvergenceLayer.cc.
int errno |