Lines Matching refs:msg_timeout
29 static int32_t msg_timeout; variable
204 .timeout = msg_timeout, in bt_mesh_health_cli_attention_get()
225 .timeout = msg_timeout, in bt_mesh_health_cli_attention_set()
256 .timeout = msg_timeout, in bt_mesh_health_cli_period_get()
277 .timeout = msg_timeout, in bt_mesh_health_cli_period_set()
314 .timeout = msg_timeout, in bt_mesh_health_cli_fault_test()
351 .timeout = msg_timeout, in bt_mesh_health_cli_fault_clear()
388 .timeout = msg_timeout, in bt_mesh_health_cli_fault_get()
397 return msg_timeout; in bt_mesh_health_cli_timeout_get()
402 msg_timeout = timeout; in bt_mesh_health_cli_timeout_set()
428 msg_timeout = CONFIG_BT_MESH_HEALTH_CLI_TIMEOUT; in health_cli_init()