1 /** 2 * Common macros used by both sides of the test 3 * 4 * Copyright (c) 2025 Nordic Semiconductor ASA 5 * 6 * SPDX-License-Identifier: Apache-2.0 7 */ 8 9 #include <zephyr/toolchain.h> 10 11 #define CHRC_SIZE 60 12 13 #define TEST_SERVICE_UUID \ 14 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 15 0x07, 0x08, 0x09, 0x00, 0x00) 16 17 #define TEST_CHRC_UUID \ 18 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 19 0x07, 0x08, 0x09, 0xFF, 0x11) 20 21 #define NOTIFICATION_COUNT 30 22