Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / platform / K32W / gatt_uuid128.h
1 /*
2 * Declare all custom 128-bit UUIDs here using the format:
3 *
4 *  UUID128(name, bytes)
5 *
6 * where:
7 *       -name : an unique tag for the newly defined UUID;
8                 will be used to reference this UUID when defining
9                 services and characteristics in <<gattDb.h>>
10 *       -bytes: 16 bytes representing the 128-bit value
11 *
12 * One definition per line. No semicolon required after each definition.
13 *
14 * example:
15 *  UUID128(uuid_service_robot_characteristics, 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF, 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB,
16 0xCD, 0xEF)
17 *  UUID128(uuid_char_robot_direction, 0x12, 0x34, 0x50, 0x00, 0x90, 0xAB, 0xCD, 0xEF, 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD,
18 0xEF)
19 */
20 /* Services */
21
22 /* Wireless UART */
23 UUID128(uuid_service_chipoble, 0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, 0x00, 0x10, 0x00, 0x00, 0xAF, 0xFE, 0x00, 0x00)
24 UUID128(uuid_chipoble_tx, 0x12, 0x9D, 0x9F, 0x42, 0x9C, 0x4F, 0x9F, 0x95, 0x59, 0x45, 0x3D, 0x26, 0xF5, 0x2E, 0xEE, 0x18)
25 UUID128(uuid_chipoble_rx, 0x11, 0x9D, 0x9F, 0x42, 0x9C, 0x4F, 0x9F, 0x95, 0x59, 0x45, 0x3D, 0x26, 0xF5, 0x2E, 0xEE, 0x18)