Searched refs:OP_NET_KEY_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 93 #define OP_NET_KEY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x44) macro
|
D | cfg_cli.c | 46 { OP_NET_KEY_ADD, OP_NET_KEY_STATUS }, 47 { OP_NET_KEY_UPDATE, OP_NET_KEY_STATUS }, 48 { OP_NET_KEY_DEL, OP_NET_KEY_STATUS }, 658 { OP_NET_KEY_STATUS, 3, net_key_status },
|
D | cfg_srv.c | 2162 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_NET_KEY_STATUS, 3); in send_net_key_status() 2164 bt_mesh_model_msg_init(&msg, OP_NET_KEY_STATUS); in send_net_key_status()
|