Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h24 #define OP_HEARTBEAT_PUB_STATUS BLE_MESH_MODEL_OP_1(0x06) macro
Dcfg_cli.c65 { OP_HEARTBEAT_PUB_GET, OP_HEARTBEAT_PUB_STATUS },
66 { OP_HEARTBEAT_PUB_SET, OP_HEARTBEAT_PUB_STATUS },
664 { OP_HEARTBEAT_PUB_STATUS, 10, hb_pub_status },
Dcfg_srv.c2992 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_HEARTBEAT_PUB_STATUS, 10); in hb_pub_send_status()
2997 bt_mesh_model_msg_init(&msg, OP_HEARTBEAT_PUB_STATUS); in hb_pub_send_status()