|
Hospital Analyser
1.0
|
Go to the source code of this file.
Macros | |
| #define | COPY_UUID_128(uuid_struct, uuid_15, uuid_14, uuid_13, uuid_12, uuid_11, uuid_10, uuid_9, uuid_8, uuid_7, uuid_6, uuid_5, uuid_4, uuid_3, uuid_2, uuid_1, uuid_0) |
| Macro copying 128-bit UUID to byte array. More... | |
| #define | COPY_HW_PEDAL_SERVICE_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x01,0x11,0xe1,0x9a,0xb4,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define | COPY_HW_MONITOR_SERVICE_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x02,0x11,0xe1,0x9a,0xb4,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define | COPY_ATTITUDE_CHAR_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x1a,0x11,0xe1,0xac,0x36,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define | COPY_ACCEL_CHAR_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x2a,0x11,0xe1,0xac,0x36,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define | COPY_MASS_CHAR_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x3a,0x11,0xe1,0xac,0x36,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define | COPY_BAT_VOLTAGE_CHAR_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x4a,0x11,0xe1,0xac,0x36,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define | COPY_PEDAL_CHAR_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x00,0x00,0x00,0x5a,0x11,0xe1,0xac,0x36,0x00,0x02,0xa5,0xd5,0xc5,0x1b) |
| #define COPY_UUID_128 | ( | uuid_struct, | |
| uuid_15, | |||
| uuid_14, | |||
| uuid_13, | |||
| uuid_12, | |||
| uuid_11, | |||
| uuid_10, | |||
| uuid_9, | |||
| uuid_8, | |||
| uuid_7, | |||
| uuid_6, | |||
| uuid_5, | |||
| uuid_4, | |||
| uuid_3, | |||
| uuid_2, | |||
| uuid_1, | |||
| uuid_0 | |||
| ) |
Macro copying 128-bit UUID to byte array.
1.8.11