//! UUIDs for the declarations 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 declarations UUID.
///
/// `0x2800` Primary Service
pub const PRIMARY_SERVICE: BluetoothUuid16 = new;
/// Bluetooth declarations UUID.
///
/// `0x2801` Secondary Service
pub const SECONDARY_SERVICE: BluetoothUuid16 = new;
/// Bluetooth declarations UUID.
///
/// `0x2802` Include
pub const INCLUDE: BluetoothUuid16 = new;
/// Bluetooth declarations UUID.
///
/// `0x2803` Characteristic
pub const CHARACTERISTIC: BluetoothUuid16 = new;