1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
//! UUIDs for the protocol identifiers module.
// This file is auto-generated by the update_uuids application.
// Based on https://bitbucket.org/bluetooth-SIG/public.git
// Commit hash: 8c192a8effd1574d0c83e72ad91407511bcad209
use BluetoothUuid16;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0001` SDP
pub const SDP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0002` UDP
pub const UDP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0003` RFCOMM
pub const RFCOMM: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0004` TCP
pub const TCP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0005` TCS-BIN
pub const TCS_BIN: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0006` TCS-AT
pub const TCS_AT: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0007` ATT
pub const ATT: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0008` OBEX
pub const OBEX: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0009` IP
pub const IP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x000a` FTP
pub const FTP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x000c` HTTP
pub const HTTP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x000e` WSP
pub const WSP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x000f` BNEP
pub const BNEP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0010` UPNP
pub const UPNP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0011` HID Protocol
pub const HID_PROTOCOL: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0012` HardcopyControlChannel
pub const HARDCOPY_CONTROL_CHANNEL: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0014` HardcopyDataChannel
pub const HARDCOPY_DATA_CHANNEL: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0016` HardcopyNotificationChannel
pub const HARDCOPY_NOTIFICATION_CHANNEL: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0017` AVCTP
pub const AVCTP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0019` AVDTP
pub const AVDTP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x001b` CMTP
pub const CMTP: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x001e` MCAP Control Channel
pub const MCAP_CONTROL_CHANNEL: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x001f` MCAP Data Channel
pub const MCAP_DATA_CHANNEL: BluetoothUuid16 = new;
/// Bluetooth protocol identifiers UUID.
///
/// `0x0100` L2CAP
pub const L2_CAP: BluetoothUuid16 = new;