Searched refs:CID_ZEPHYR (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.h | 11 #define CID_ZEPHYR 0x0002 macro
|
D | publisher.c | 42 BT_MESH_MODEL_OP_3(0x03, CID_ZEPHYR)); in publish() 64 BT_MESH_MODEL_OP_3(0x03, CID_ZEPHYR)); in publish()
|
D | device_composition.c | 999 bt_mesh_model_msg_init(msg, BT_MESH_MODEL_OP_3(0x04, CID_ZEPHYR)); in vnd_get() 3090 { BT_MESH_MODEL_OP_3(0x01, CID_ZEPHYR), BT_MESH_LEN_EXACT(0), vnd_get }, 3091 { BT_MESH_MODEL_OP_3(0x02, CID_ZEPHYR), BT_MESH_LEN_EXACT(3), vnd_set }, 3092 { BT_MESH_MODEL_OP_3(0x03, CID_ZEPHYR), BT_MESH_LEN_EXACT(3), vnd_set_unack }, 3093 { BT_MESH_MODEL_OP_3(0x04, CID_ZEPHYR), BT_MESH_LEN_EXACT(6), vnd_status }, 3176 BT_MESH_MODEL_VND(CID_ZEPHYR, 0x4321, vnd_ops, 3199 .cid = CID_ZEPHYR,
|