C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
PixelBleUuids.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <winrt/Windows.Foundation.h>
9
12{
14 extern const winrt::guid service;
15
17 extern const winrt::guid notifyCharacteristic;
18
20 extern const winrt::guid writeCharacteristic;
21}
Bluetooth UUIDs related to Pixels peripherals.
Definition: PixelBleUuids.h:12
const winrt::guid notifyCharacteristic
Pixel dice write characteristic UUID.
const winrt::guid writeCharacteristic
Pixel dice write characteristic UUID.
const winrt::guid service
Pixel dice service UUID.