Searched refs:OP_NODE_IDENTITY_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 97 #define OP_NODE_IDENTITY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x48) macro
|
D | cfg_cli.c | 54 { OP_NODE_IDENTITY_GET, OP_NODE_IDENTITY_STATUS }, 55 { OP_NODE_IDENTITY_SET, OP_NODE_IDENTITY_STATUS }, 670 { OP_NODE_IDENTITY_STATUS, 4, node_id_status },
|
D | cfg_srv.c | 2429 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_NODE_IDENTITY_STATUS, 4); in node_identity_get() 2444 bt_mesh_model_msg_init(&msg, OP_NODE_IDENTITY_STATUS); in node_identity_get() 2467 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_NODE_IDENTITY_STATUS, 4); in node_identity_set() 2488 bt_mesh_model_msg_init(&msg, OP_NODE_IDENTITY_STATUS); in node_identity_set()
|