Home
last modified time | relevance | path

Searched refs:OP_NODE_IDENTITY_STATUS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h97 #define OP_NODE_IDENTITY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x48) macro
Dcfg_cli.c54 { 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 },
Dcfg_srv.c2429 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()