1use super::BluetoothUuid16;
8
9pub const GAP: BluetoothUuid16 = BluetoothUuid16::new(0x1800);
13
14pub const GATT: BluetoothUuid16 = BluetoothUuid16::new(0x1801);
18
19pub const IMMEDIATE_ALERT: BluetoothUuid16 = BluetoothUuid16::new(0x1802);
23
24pub const LINK_LOSS: BluetoothUuid16 = BluetoothUuid16::new(0x1803);
28
29pub const TX_POWER: BluetoothUuid16 = BluetoothUuid16::new(0x1804);
33
34pub const CURRENT_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x1805);
38
39pub const REFERENCE_TIME_UPDATE: BluetoothUuid16 = BluetoothUuid16::new(0x1806);
43
44pub const NEXT_DST_CHANGE: BluetoothUuid16 = BluetoothUuid16::new(0x1807);
48
49pub const GLUCOSE: BluetoothUuid16 = BluetoothUuid16::new(0x1808);
53
54pub const HEALTH_THERMOMETER: BluetoothUuid16 = BluetoothUuid16::new(0x1809);
58
59pub const DEVICE_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x180a);
63
64pub const HEART_RATE: BluetoothUuid16 = BluetoothUuid16::new(0x180d);
68
69pub const PHONE_ALERT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x180e);
73
74pub const BATTERY: BluetoothUuid16 = BluetoothUuid16::new(0x180f);
78
79pub const BLOOD_PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x1810);
83
84pub const ALERT_NOTIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x1811);
88
89pub const HUMAN_INTERFACE_DEVICE: BluetoothUuid16 = BluetoothUuid16::new(0x1812);
93
94pub const SCAN_PARAMETERS: BluetoothUuid16 = BluetoothUuid16::new(0x1813);
98
99pub const RUNNING_SPEED_AND_CADENCE: BluetoothUuid16 = BluetoothUuid16::new(0x1814);
103
104pub const AUTOMATION_IO: BluetoothUuid16 = BluetoothUuid16::new(0x1815);
108
109pub const CYCLING_SPEED_AND_CADENCE: BluetoothUuid16 = BluetoothUuid16::new(0x1816);
113
114pub const CYCLING_POWER: BluetoothUuid16 = BluetoothUuid16::new(0x1818);
118
119pub const LOCATION_AND_NAVIGATION: BluetoothUuid16 = BluetoothUuid16::new(0x1819);
123
124pub const ENVIRONMENTAL_SENSING: BluetoothUuid16 = BluetoothUuid16::new(0x181a);
128
129pub const BODY_COMPOSITION: BluetoothUuid16 = BluetoothUuid16::new(0x181b);
133
134pub const USER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x181c);
138
139pub const WEIGHT_SCALE: BluetoothUuid16 = BluetoothUuid16::new(0x181d);
143
144pub const BOND_MANAGEMENT: BluetoothUuid16 = BluetoothUuid16::new(0x181e);
148
149pub const CONTINUOUS_GLUCOSE_MONITORING: BluetoothUuid16 = BluetoothUuid16::new(0x181f);
153
154pub const INTERNET_PROTOCOL_SUPPORT: BluetoothUuid16 = BluetoothUuid16::new(0x1820);
158
159pub const INDOOR_POSITIONING: BluetoothUuid16 = BluetoothUuid16::new(0x1821);
163
164pub const PULSE_OXIMETER: BluetoothUuid16 = BluetoothUuid16::new(0x1822);
168
169pub const HTTP_PROXY: BluetoothUuid16 = BluetoothUuid16::new(0x1823);
173
174pub const TRANSPORT_DISCOVERY: BluetoothUuid16 = BluetoothUuid16::new(0x1824);
178
179pub const OBJECT_TRANSFER: BluetoothUuid16 = BluetoothUuid16::new(0x1825);
183
184pub const FITNESS_MACHINE: BluetoothUuid16 = BluetoothUuid16::new(0x1826);
188
189pub const MESH_PROVISIONING: BluetoothUuid16 = BluetoothUuid16::new(0x1827);
193
194pub const MESH_PROXY: BluetoothUuid16 = BluetoothUuid16::new(0x1828);
198
199pub const RECONNECTION_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x1829);
203
204pub const INSULIN_DELIVERY: BluetoothUuid16 = BluetoothUuid16::new(0x183a);
208
209pub const BINARY_SENSOR: BluetoothUuid16 = BluetoothUuid16::new(0x183b);
213
214pub const EMERGENCY_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x183c);
218
219pub const AUTHORIZATION_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x183d);
223
224pub const PHYSICAL_ACTIVITY_MONITOR: BluetoothUuid16 = BluetoothUuid16::new(0x183e);
228
229pub const ELAPSED_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x183f);
233
234pub const GENERIC_HEALTH_SENSOR: BluetoothUuid16 = BluetoothUuid16::new(0x1840);
238
239pub const AUDIO_INPUT_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x1843);
243
244pub const VOLUME_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x1844);
248
249pub const VOLUME_OFFSET_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x1845);
253
254pub const COORDINATED_SET_IDENTIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x1846);
258
259pub const DEVICE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x1847);
263
264pub const MEDIA_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x1848);
268
269pub const GENERIC_MEDIA_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x1849);
273
274pub const CONSTANT_TONE_EXTENSION: BluetoothUuid16 = BluetoothUuid16::new(0x184a);
278
279pub const TELEPHONE_BEARER: BluetoothUuid16 = BluetoothUuid16::new(0x184b);
283
284pub const GENERIC_TELEPHONE_BEARER: BluetoothUuid16 = BluetoothUuid16::new(0x184c);
288
289pub const MICROPHONE_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x184d);
293
294pub const AUDIO_STREAM_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x184e);
298
299pub const BROADCAST_AUDIO_SCAN: BluetoothUuid16 = BluetoothUuid16::new(0x184f);
303
304pub const PUBLISHED_AUDIO_CAPABILITIES: BluetoothUuid16 = BluetoothUuid16::new(0x1850);
308
309pub const BASIC_AUDIO_ANNOUNCEMENT: BluetoothUuid16 = BluetoothUuid16::new(0x1851);
313
314pub const BROADCAST_AUDIO_ANNOUNCEMENT: BluetoothUuid16 = BluetoothUuid16::new(0x1852);
318
319pub const COMMON_AUDIO: BluetoothUuid16 = BluetoothUuid16::new(0x1853);
323
324pub const HEARING_ACCESS: BluetoothUuid16 = BluetoothUuid16::new(0x1854);
328
329pub const TELEPHONY_AND_MEDIA_AUDIO: BluetoothUuid16 = BluetoothUuid16::new(0x1855);
333
334pub const PUBLIC_BROADCAST_ANNOUNCEMENT: BluetoothUuid16 = BluetoothUuid16::new(0x1856);
338
339pub const ELECTRONIC_SHELF_LABEL: BluetoothUuid16 = BluetoothUuid16::new(0x1857);
343
344pub const GAMING_AUDIO: BluetoothUuid16 = BluetoothUuid16::new(0x1858);
348
349pub const MESH_PROXY_SOLICITATION: BluetoothUuid16 = BluetoothUuid16::new(0x1859);
353
354pub const INDUSTRIAL_MEASUREMENT_DEVICE: BluetoothUuid16 = BluetoothUuid16::new(0x185a);
358
359pub const RANGING: BluetoothUuid16 = BluetoothUuid16::new(0x185b);