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
//! UUIDs for the mesh profile 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 mesh profile UUID.
///
/// `0x1600` Ambient Light Sensor NLC Profile 1.0
pub const AMBIENT_LIGHT_SENSOR_NLC_PROFILE_10: BluetoothUuid16 = new;
/// Bluetooth mesh profile UUID.
///
/// `0x1601` Basic Lightness Controller NLC Profile 1.0
pub const BASIC_LIGHTNESS_CONTROLLER_NLC_PROFILE_10: BluetoothUuid16 = new;
/// Bluetooth mesh profile UUID.
///
/// `0x1602` Basic Scene Selector NLC Profile 1.0
pub const BASIC_SCENE_SELECTOR_NLC_PROFILE_10: BluetoothUuid16 = new;
/// Bluetooth mesh profile UUID.
///
/// `0x1603` Dimming Control NLC Profile 1.0
pub const DIMMING_CONTROL_NLC_PROFILE_10: BluetoothUuid16 = new;
/// Bluetooth mesh profile UUID.
///
/// `0x1604` Energy Monitor NLC Profile 1.0
pub const ENERGY_MONITOR_NLC_PROFILE_10: BluetoothUuid16 = new;
/// Bluetooth mesh profile UUID.
///
/// `0x1605` Occupancy Sensor NLC Profile 1.0
pub const OCCUPANCY_SENSOR_NLC_PROFILE_10: BluetoothUuid16 = new;
/// Bluetooth mesh profile UUID.
///
/// `0x1606` HVAC Integration NLC Profile 1.0
pub const HVAC_INTEGRATION_NLC_PROFILE_10: BluetoothUuid16 = new;