hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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 */