hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2021 Open Mobile Platform LLC
 */
 
#ifndef TEST_SUPP_PLUGIN_H
#define TEST_SUPP_PLUGIN_H
 
#define TEST_PLUGIN_UUID { 0xf07bfc66, 0x958c, 0x4a15, \
   { 0x99, 0xc0, 0x26, 0x0e, 0x4e, 0x73, 0x75, 0xdd } }
 
#define TEST_PLUGIN_CMD_PING        0
#define TEST_PLUGIN_CMD_PASS_VALUES    1
#define TEST_PLUGIN_CMD_WRITE_ARR    2
#define TEST_PLUGIN_CMD_GET_ARR        3
 
#endif /* TEST_SUPP_PLUGIN_H */