![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Ble for smart sOlutions
source/CustomUUIDs.h
- Committer:
- kris@kris-X682X
- Date:
- 2019-05-20
- Revision:
- 6:ee9c86f06eae
- Parent:
- 1:9fc54848a198
File content as of revision 6:ee9c86f06eae:
#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