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
//! UUIDs for the object types 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 object types UUID.
///
/// `0x2aca` Unspecified
pub const UNSPECIFIED: BluetoothUuid16 = new;
/// Bluetooth object types UUID.
///
/// `0x2acb` Directory Listing
pub const DIRECTORY_LISTING: BluetoothUuid16 = new;
/// Bluetooth object types UUID.
///
/// `0x2ba9` Media Player Icon
pub const MEDIA_PLAYER_ICON: BluetoothUuid16 = new;
/// Bluetooth object types UUID.
///
/// `0x2baa` Track Segment
pub const TRACK_SEGMENT: BluetoothUuid16 = new;
/// Bluetooth object types UUID.
///
/// `0x2bab` Track
pub const TRACK: BluetoothUuid16 = new;
/// Bluetooth object types UUID.
///
/// `0x2bac` Group
pub const GROUP: BluetoothUuid16 = new;