Searched refs:bt_mesh_health_period_set (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/include/bluetooth/mesh/ |
D | health_cli.h | 155 int bt_mesh_health_period_set(uint16_t addr, uint16_t app_idx, uint8_t divisor,
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | health_cli.c | 286 int bt_mesh_health_period_set(uint16_t addr, uint16_t app_idx, uint8_t divisor, in bt_mesh_health_period_set() function
|
D | shell.c | 2162 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/ |
D | mesh.c | 2277 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()
|