Searched refs:OP_KRP_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 48 #define OP_KRP_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x17) macro
|
D | cfg_cli.c | 63 { OP_KRP_GET, OP_KRP_STATUS }, 64 { OP_KRP_SET, OP_KRP_STATUS }, 673 { OP_KRP_STATUS, 4, kr_phase_status },
|
D | cfg_srv.c | 2841 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_KRP_STATUS, 4); in send_krp_status() 2843 bt_mesh_model_msg_init(&msg, OP_KRP_STATUS); in send_krp_status()
|