Kris Scholte Lubberink
/
SSS_Ble
Ble for smart sOlutions
source/CustomUUIDs.h
- Committer:
- kris@kris-X682X
- Date:
- 2019-06-20
- Revision:
- 11:d6ed1437c2ee
- Parent:
- 6:ee9c86f06eae
File content as of revision 11:d6ed1437c2ee:
#ifndef __CUSTOMUUIDS__ #define __CUSTOMUUIDS__ class CustomUUIDs { public: enum { UUID_COLOR_SERVICE = 0x6fa, UUID_COLOR_DESC = 0x6fc, UUID_COLOR_CHAR = 0x6fb, UUID_INTEREST_SERVICE = 0x1a0, UUID_INTEREST_CHAR = 0x1a2, UUID_INTEREST_DESC = 0x1a1, }; }; #endif