#include <config.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include "../debug/Log.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::SDPListHead |
class | oasys::BluetoothServiceDiscoveryClient |
Connect to remote Bluetooth device and query its SDP server for DTN service. More... | |
class | oasys::BluetoothServiceRegistration |
Defines | |
#define | OASYS_BLUETOOTH_SDP_UUID |
#define | OASYS_BLUETOOTH_SDP_UUID |
#define | OASYS_BLUETOOTH_SDP_NAME "dtnd" |
#define | OASYS_BLUETOOTH_SDP_DESC "Delay Tolerant Networking daemon" |
#define | OASYS_BLUETOOTH_SDP_PROV "DTNRG" |
#define OASYS_BLUETOOTH_SDP_DESC "Delay Tolerant Networking daemon" |
Definition at line 143 of file BluetoothSDP.h.
Referenced by oasys::BluetoothServiceRegistration::register_service().
#define OASYS_BLUETOOTH_SDP_NAME "dtnd" |
Definition at line 142 of file BluetoothSDP.h.
Referenced by oasys::BluetoothServiceRegistration::register_service().
#define OASYS_BLUETOOTH_SDP_PROV "DTNRG" |
Definition at line 144 of file BluetoothSDP.h.
Referenced by oasys::BluetoothServiceRegistration::register_service().
#define OASYS_BLUETOOTH_SDP_UUID |
Value:
{ 0xDCA3, 0x8352, 0xBF60, 0x11DA, \ 0xA23B, 0x0003, 0x931B, 0x7960 }
Definition at line 139 of file BluetoothSDP.h.
#define OASYS_BLUETOOTH_SDP_UUID |
Value:
{ 0xDCA3, 0x8352, 0xBF60, 0x11DA, \ 0xA23B, 0x0003, 0x931B, 0x7960 }
Definition at line 139 of file BluetoothSDP.h.
Referenced by oasys::BluetoothServiceDiscoveryClient::do_search(), and oasys::BluetoothServiceRegistration::register_service().