#include <config.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
struct | oasys::Bluetooth |
class | oasys::Batostr |
Defines | |
#define | HCIDEVNAMSIZ 32 |
#define | bd2str(addr) oasys::Batostr(addr).buf() |
#define bd2str | ( | addr | ) | oasys::Batostr(addr).buf() |
Definition at line 86 of file Bluetooth.h.
Referenced by dtn::BluetoothConvergenceLayer::Connection::accept(), dtn::BluetoothConvergenceLayer::Listener::accepted(), oasys::BluetoothSocket::bind(), dtn::BluetoothDiscovery::configure(), dtn::BluetoothAnnounce::configure(), oasys::BluetoothSocket::connect(), dtn::BluetoothConvergenceLayer::Connection::connect(), dtn::BluetoothConvergenceLayer::Connection::Connection(), dtn::BluetoothConvergenceLayer::dump_interface(), dtn::BluetoothConvergenceLayer::dump_link(), oasys::BdAddrOpt::get(), oasys::Bluetooth::hci_read_remote_name(), oasys::BluetoothServiceDiscoveryClient::is_dtn_router(), oasys::RFCOMMServerThread::rc_bind(), oasys::RFCOMMClient::rc_connect(), oasys::BluetoothServerThread::run(), and dtn::BluetoothDiscovery::run().
#define HCIDEVNAMSIZ 32 |
Definition at line 38 of file Bluetooth.h.