#include "BluetoothSdp.h"
#include "ariba/overlay/OverlayBootstrap.h"
Go to the source code of this file.
Namespaces | |
namespace | ariba |
namespace | ariba::utility |
Defines | |
#define | SDP_SPOVNET_BASE 0x4000 |
#define | SDP_ATTR_SPOVNET_NAME 0x0000 + SDP_SPOVNET_BASE |
#define | SDP_ATTR_SPOVNET_INFO1 0x0001 + SDP_SPOVNET_BASE |
#define | SDP_ATTR_SPOVNET_INFO2 0x0002 + SDP_SPOVNET_BASE |
#define | SDP_ATTR_SPOVNET_INFO3 0x0003 + SDP_SPOVNET_BASE |
Functions | |
ariba::utility::use_logging_cpp (BluetoothSdp) | |
Variables | |
const uint8_t | svc_uuid_int [] |
const char * | service_name = "SpoVNet" |
const char * | svc_dsc = "www.ariba-underlay.org" |
const char * | service_prov = "ITM Uni Karlsruhe" |
static bdaddr_t | ariba::utility::bd_addr_any = {{0, 0, 0, 0, 0, 0}} |
static bdaddr_t | ariba::utility::bd_addr_local = {{0, 0, 0, 0xff, 0xff, 0xff}} |
#define SDP_ATTR_SPOVNET_INFO1 0x0001 + SDP_SPOVNET_BASE |
Definition at line 48 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService(), and ariba::utility::BluetoothSdp::sdp_search().
#define SDP_ATTR_SPOVNET_INFO2 0x0002 + SDP_SPOVNET_BASE |
Definition at line 49 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService(), and ariba::utility::BluetoothSdp::sdp_search().
#define SDP_ATTR_SPOVNET_INFO3 0x0003 + SDP_SPOVNET_BASE |
Definition at line 50 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService(), and ariba::utility::BluetoothSdp::sdp_search().
#define SDP_ATTR_SPOVNET_NAME 0x0000 + SDP_SPOVNET_BASE |
Definition at line 47 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService(), and ariba::utility::BluetoothSdp::sdp_search().
#define SDP_SPOVNET_BASE 0x4000 |
Definition at line 46 of file BluetoothSdp.cpp.
const char* service_name = "SpoVNet" |
Definition at line 56 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService().
const char* service_prov = "ITM Uni Karlsruhe" |
Definition at line 58 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService().
const char* svc_dsc = "www.ariba-underlay.org" |
Definition at line 57 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService().
const uint8_t svc_uuid_int[] |
{0x59, 0x29, 0x24, 0x34, 0x69, 0x42, 0x11, 0xde, 0x94, 0x3e, 0x00, 0x21, 0x5d, 0xb4, 0xd8, 0x54}
Definition at line 53 of file BluetoothSdp.cpp.
Referenced by ariba::utility::BluetoothSdp::publishService(), and ariba::utility::BluetoothSdp::sdp_search().