Searched refs:heartbeat_pub_set (Results 1 – 4 of 4) sorted by relevance
215 esp_ble_mesh_cfg_heartbeat_pub_set_t heartbeat_pub_set; in ble_mesh_configuration_client_model_operation() local259 heartbeat_pub_set.net_idx = configuration_client_model_operation.net_idx->ival[0]; in ble_mesh_configuration_client_model_operation()282 heartbeat_pub_set.ttl = configuration_client_model_operation.value->ival[0]; in ble_mesh_configuration_client_model_operation()289 heartbeat_pub_set.dst = configuration_client_model_operation.addr->ival[0]; in ble_mesh_configuration_client_model_operation()303 heartbeat_pub_set.period = configuration_client_model_operation.relay_statue->ival[0]; in ble_mesh_configuration_client_model_operation()319 heartbeat_pub_set.count = configuration_client_model_operation.count->ival[0]; in ble_mesh_configuration_client_model_operation()323 heartbeat_pub_set.feature = configuration_client_model_operation.feature->ival[0]; in ble_mesh_configuration_client_model_operation()357 …config_client_set_state(&client_common, (esp_ble_mesh_cfg_client_set_state_t *)&heartbeat_pub_set); in ble_mesh_configuration_client_model_operation()
397 …esp_ble_mesh_cfg_heartbeat_pub_set_t heartbeat_pub_set; /*!< For ESP_BLE_MESH_MODEL_OP_H… member
563 return bt_mesh_cfg_hb_pub_set(¶m, (struct bt_mesh_cfg_hb_pub *)&set->heartbeat_pub_set); in btc_ble_mesh_config_client_set_state()
3029 static void heartbeat_pub_set(struct bt_mesh_model *model, in heartbeat_pub_set() function3296 { OP_HEARTBEAT_PUB_SET, 9, heartbeat_pub_set },