CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/cache/sources/hcitools/lib/uuid.h
Views: 3959
1
/*
2
*
3
* BlueZ - Bluetooth protocol stack for Linux
4
*
5
* Copyright (C) 2011 Nokia Corporation
6
* Copyright (C) 2011 Marcel Holtmann <[email protected]>
7
*
8
*
9
* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License
20
* along with this program; if not, write to the Free Software
21
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
*
23
*/
24
25
#ifndef __BLUETOOTH_UUID_H
26
#define __BLUETOOTH_UUID_H
27
28
#ifdef __cplusplus
29
extern "C" {
30
#endif
31
32
#include <stdint.h>
33
#include <bluetooth/bluetooth.h>
34
35
#define GENERIC_AUDIO_UUID "00001203-0000-1000-8000-00805f9b34fb"
36
37
#define HSP_HS_UUID "00001108-0000-1000-8000-00805f9b34fb"
38
#define HSP_AG_UUID "00001112-0000-1000-8000-00805f9b34fb"
39
40
#define HFP_HS_UUID "0000111e-0000-1000-8000-00805f9b34fb"
41
#define HFP_AG_UUID "0000111f-0000-1000-8000-00805f9b34fb"
42
43
#define ADVANCED_AUDIO_UUID "0000110d-0000-1000-8000-00805f9b34fb"
44
45
#define A2DP_SOURCE_UUID "0000110a-0000-1000-8000-00805f9b34fb"
46
#define A2DP_SINK_UUID "0000110b-0000-1000-8000-00805f9b34fb"
47
48
#define AVRCP_REMOTE_UUID "0000110e-0000-1000-8000-00805f9b34fb"
49
#define AVRCP_TARGET_UUID "0000110c-0000-1000-8000-00805f9b34fb"
50
51
#define PANU_UUID "00001115-0000-1000-8000-00805f9b34fb"
52
#define NAP_UUID "00001116-0000-1000-8000-00805f9b34fb"
53
#define GN_UUID "00001117-0000-1000-8000-00805f9b34fb"
54
#define BNEP_SVC_UUID "0000000f-0000-1000-8000-00805f9b34fb"
55
56
#define PNPID_UUID "00002a50-0000-1000-8000-00805f9b34fb"
57
#define DEVICE_INFORMATION_UUID "0000180a-0000-1000-8000-00805f9b34fb"
58
59
#define GATT_UUID "00001801-0000-1000-8000-00805f9b34fb"
60
#define IMMEDIATE_ALERT_UUID "00001802-0000-1000-8000-00805f9b34fb"
61
#define LINK_LOSS_UUID "00001803-0000-1000-8000-00805f9b34fb"
62
#define TX_POWER_UUID "00001804-0000-1000-8000-00805f9b34fb"
63
64
#define SAP_UUID "0000112D-0000-1000-8000-00805f9b34fb"
65
66
#define HEART_RATE_UUID "0000180d-0000-1000-8000-00805f9b34fb"
67
#define HEART_RATE_MEASUREMENT_UUID "00002a37-0000-1000-8000-00805f9b34fb"
68
#define BODY_SENSOR_LOCATION_UUID "00002a38-0000-1000-8000-00805f9b34fb"
69
#define HEART_RATE_CONTROL_POINT_UUID "00002a39-0000-1000-8000-00805f9b34fb"
70
71
#define HEALTH_THERMOMETER_UUID "00001809-0000-1000-8000-00805f9b34fb"
72
#define TEMPERATURE_MEASUREMENT_UUID "00002a1c-0000-1000-8000-00805f9b34fb"
73
#define TEMPERATURE_TYPE_UUID "00002a1d-0000-1000-8000-00805f9b34fb"
74
#define INTERMEDIATE_TEMPERATURE_UUID "00002a1e-0000-1000-8000-00805f9b34fb"
75
#define MEASUREMENT_INTERVAL_UUID "00002a21-0000-1000-8000-00805f9b34fb"
76
77
#define CYCLING_SC_UUID "00001816-0000-1000-8000-00805f9b34fb"
78
#define CSC_MEASUREMENT_UUID "00002a5b-0000-1000-8000-00805f9b34fb"
79
#define CSC_FEATURE_UUID "00002a5c-0000-1000-8000-00805f9b34fb"
80
#define SENSOR_LOCATION_UUID "00002a5d-0000-1000-8000-00805f9b34fb"
81
#define SC_CONTROL_POINT_UUID "00002a55-0000-1000-8000-00805f9b34fb"
82
83
#define RFCOMM_UUID_STR "00000003-0000-1000-8000-00805f9b34fb"
84
85
#define HDP_UUID "00001400-0000-1000-8000-00805f9b34fb"
86
#define HDP_SOURCE_UUID "00001401-0000-1000-8000-00805f9b34fb"
87
#define HDP_SINK_UUID "00001402-0000-1000-8000-00805f9b34fb"
88
89
#define HID_UUID "00001124-0000-1000-8000-00805f9b34fb"
90
91
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
92
93
#define GAP_UUID "00001800-0000-1000-8000-00805f9b34fb"
94
#define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb"
95
96
#define SPP_UUID "00001101-0000-1000-8000-00805f9b34fb"
97
98
#define OBEX_SYNC_UUID "00001104-0000-1000-8000-00805f9b34fb"
99
#define OBEX_OPP_UUID "00001105-0000-1000-8000-00805f9b34fb"
100
#define OBEX_FTP_UUID "00001106-0000-1000-8000-00805f9b34fb"
101
#define OBEX_PCE_UUID "0000112e-0000-1000-8000-00805f9b34fb"
102
#define OBEX_PSE_UUID "0000112f-0000-1000-8000-00805f9b34fb"
103
#define OBEX_PBAP_UUID "00001130-0000-1000-8000-00805f9b34fb"
104
#define OBEX_MAS_UUID "00001132-0000-1000-8000-00805f9b34fb"
105
#define OBEX_MNS_UUID "00001133-0000-1000-8000-00805f9b34fb"
106
#define OBEX_MAP_UUID "00001134-0000-1000-8000-00805f9b34fb"
107
108
typedef struct {
109
enum {
110
BT_UUID_UNSPEC = 0,
111
BT_UUID16 = 16,
112
BT_UUID32 = 32,
113
BT_UUID128 = 128,
114
} type;
115
union {
116
uint16_t u16;
117
uint32_t u32;
118
uint128_t u128;
119
} value;
120
} bt_uuid_t;
121
122
int bt_uuid_strcmp(const void *a, const void *b);
123
124
int bt_uuid16_create(bt_uuid_t *btuuid, uint16_t value);
125
int bt_uuid32_create(bt_uuid_t *btuuid, uint32_t value);
126
int bt_uuid128_create(bt_uuid_t *btuuid, uint128_t value);
127
128
int bt_uuid_cmp(const bt_uuid_t *uuid1, const bt_uuid_t *uuid2);
129
void bt_uuid_to_uuid128(const bt_uuid_t *src, bt_uuid_t *dst);
130
131
#define MAX_LEN_UUID_STR 37
132
133
int bt_uuid_to_string(const bt_uuid_t *uuid, char *str, size_t n);
134
int bt_string_to_uuid(bt_uuid_t *uuid, const char *string);
135
136
#ifdef __cplusplus
137
}
138
#endif
139
140
#endif /* __BLUETOOTH_UUID_H */
141
142