#include <config.h>
#include "../debug/Log.h"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
Go to the source code of this file.
Namespaces | |
| namespace | oasys |
Classes | |
| 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_NAME "dtnd" |
| #define OASYS_BLUETOOTH_SDP_NAME "dtnd" |
Definition at line 82 of file BluetoothSDP.h.
| #define OASYS_BLUETOOTH_SDP_UUID |
Value:
{ 0xDCA38352, 0xBF6011DA, \
0xA23B0003, 0x931B7960 }
Definition at line 35 of file BluetoothSDP.h.
Referenced by oasys::BluetoothServiceDiscoveryClient::is_dtn_router(), and oasys::BluetoothServiceRegistration::register_service().
1.5.3