Searched refs:OP_HEARTBEAT_SUB_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 85 #define OP_HEARTBEAT_SUB_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x3c) macro
|
D | cfg_cli.c | 67 { OP_HEARTBEAT_SUB_GET, OP_HEARTBEAT_SUB_STATUS }, 68 { OP_HEARTBEAT_SUB_SET, OP_HEARTBEAT_SUB_STATUS }, 663 { OP_HEARTBEAT_SUB_STATUS, 9, hb_sub_status },
|
D | cfg_srv.c | 3130 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_HEARTBEAT_SUB_STATUS, 9); in hb_sub_send_status() 3144 bt_mesh_model_msg_init(&msg, OP_HEARTBEAT_SUB_STATUS); in hb_sub_send_status()
|