Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/bluetooth/mesh/
Dhealth_cli.h155 int bt_mesh_health_period_set(uint16_t addr, uint16_t app_idx, uint8_t divisor,
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dhealth_cli.c286 int bt_mesh_health_period_set(uint16_t addr, uint16_t app_idx, uint8_t divisor, in bt_mesh_health_period_set() function
Dshell.c2162 err = bt_mesh_health_period_set(net.dst, net.app_idx, divisor, in cmd_period_set()
2187 err = bt_mesh_health_period_set(net.dst, net.app_idx, divisor, NULL); in cmd_period_set_unack()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dmesh.c2277 err = bt_mesh_health_period_set(cmd->address, cmd->app_idx, in health_period_set()
2280 err = bt_mesh_health_period_set(cmd->address, cmd->app_idx, in health_period_set()