Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c567 struct bt_mesh_cfg_cli_mod_pub healthpub = { 0 }; in node_configure_and_reset() local
578 BT_MESH_MODEL_ID_HEALTH_SRV, &healthpub, in node_configure_and_reset()
581 ASSERT_TRUE_MSG(healthpub.addr == BT_MESH_ADDR_UNASSIGNED, "Pub not cleared\n"); in node_configure_and_reset()
584 healthpub.addr = 0xc001; in node_configure_and_reset()
585 healthpub.app_idx = 0; in node_configure_and_reset()
586 healthpub.cred_flag = false; in node_configure_and_reset()
587 healthpub.ttl = 10; in node_configure_and_reset()
588 healthpub.period = BT_MESH_PUB_PERIOD_10SEC(1); in node_configure_and_reset()
589 healthpub.transmit = BT_MESH_TRANSMIT(3, 100); in node_configure_and_reset()
610 BT_MESH_MODEL_ID_HEALTH_SRV, &healthpub, in node_configure_and_reset()