![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QByteArray>
#include <QtCore/QDebug>
#include <QtCore/QUrl>
#include <stdio.h>
#include <string>
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include <cstdio>
Go to the source code of this file.
Macros | |
#define | RETURN_SUCCESS 0 |
#define | RETURN_USAGE 1 |
#define | RETURN_INVALPARAM 2 |
#define | RETURN_SDP_ERROR 3 |
#define | BUFFER_SIZE 1024 |
Functions | |
void | usage () |
static void | parseAttributeValues (sdp_data_t *data, int indentation, QByteArray &xmlOutput) |
static void | parseAttribute (void *value, void *extraData) |
QByteArray | parseSdpRecord (sdp_record_t *record) |
int | main (int argc, char **argv) |
[48] |
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 203 of file main.cpp.
Referenced by parseSdpRecord().
|
static |
QByteArray parseSdpRecord | ( | sdp_record_t * | record | ) |
Definition at line 219 of file main.cpp.
References parseAttribute().