Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c552 struct bt_mesh_cfg_cli_mod_pub healthpub = { 0 }; in node_configure_and_reset() local
563 BT_MESH_MODEL_ID_HEALTH_SRV, &healthpub, in node_configure_and_reset()
566 ASSERT_TRUE_MSG(healthpub.addr == BT_MESH_ADDR_UNASSIGNED, "Pub not cleared\n"); in node_configure_and_reset()
569 healthpub.addr = 0xc001; in node_configure_and_reset()
570 healthpub.app_idx = 0; in node_configure_and_reset()
571 healthpub.cred_flag = false; in node_configure_and_reset()
572 healthpub.ttl = 10; in node_configure_and_reset()
573 healthpub.period = BT_MESH_PUB_PERIOD_10SEC(1); in node_configure_and_reset()
574 healthpub.transmit = BT_MESH_TRANSMIT(3, 100); in node_configure_and_reset()
595 BT_MESH_MODEL_ID_HEALTH_SRV, &healthpub, in node_configure_and_reset()