Home
last modified time | relevance | path

Searched refs:BT_MESH_MODEL_OP_1 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h7 #define OP_APP_KEY_ADD BT_MESH_MODEL_OP_1(0x00)
8 #define OP_APP_KEY_UPDATE BT_MESH_MODEL_OP_1(0x01)
9 #define OP_DEV_COMP_DATA_STATUS BT_MESH_MODEL_OP_1(0x02)
10 #define OP_MOD_PUB_SET BT_MESH_MODEL_OP_1(0x03)
11 #define OP_HEALTH_CURRENT_STATUS BT_MESH_MODEL_OP_1(0x04)
12 #define OP_HEALTH_FAULT_STATUS BT_MESH_MODEL_OP_1(0x05)
13 #define OP_HEARTBEAT_PUB_STATUS BT_MESH_MODEL_OP_1(0x06)
Dblob.h16 #define BT_MESH_BLOB_OP_CHUNK BT_MESH_MODEL_OP_1(0x66)
17 #define BT_MESH_BLOB_OP_BLOCK_STATUS BT_MESH_MODEL_OP_1(0x67)
18 #define BT_MESH_BLOB_OP_BLOCK_REPORT BT_MESH_MODEL_OP_1(0x68)
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.h23 #define BT_MESH_MODEL_OP_SENS_DESC_STATUS BT_MESH_MODEL_OP_1(0x51)
24 #define BT_MESH_MODEL_OP_SENS_STATUS BT_MESH_MODEL_OP_1(0x52)
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h29 #define TEST_MSG_OP_1 BT_MESH_MODEL_OP_1(0x0f)
30 #define TEST_MSG_OP_2 BT_MESH_MODEL_OP_1(0x10)
Dtest_access.c27 #define TEST_MESSAGE_OP_1 BT_MESH_MODEL_OP_1(0x11)
28 #define TEST_MESSAGE_OP_2 BT_MESH_MODEL_OP_1(0x12)
29 #define TEST_MESSAGE_OP_3 BT_MESH_MODEL_OP_1(0x13)
30 #define TEST_MESSAGE_OP_4 BT_MESH_MODEL_OP_1(0x14)
31 #define TEST_MESSAGE_OP_5 BT_MESH_MODEL_OP_1(0x15)
32 #define TEST_MESSAGE_OP_F BT_MESH_MODEL_OP_1(0x1F)
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h389 #define BT_MESH_MODEL_OP_1(b0) (b0) macro