Lines Matching full:ttl
72 .ttl = 5, \
82 .ttl = 5, \
92 .ttl = 3, \
102 .ttl = 3, \
112 .ttl = 0, \
199 uint8_t ttl; member
218 .ttl = 12,
234 .ttl = 0,
336 ASSERT_EQUAL(expected->ttl, got->ttl); in check_mod_pub_params()
520 /* send TTL Get to verify Tx/Rx path works with loaded config */ in test_provisioning_data_load()
521 uint8_t ttl; in test_provisioning_data_load() local
523 err = bt_mesh_cfg_cli_ttl_get(test_netkey_idx, TEST_ADDR, &ttl); in test_provisioning_data_load()
525 FAIL("Failed to read ttl value"); in test_provisioning_data_load()
916 current_stack_cfg->ttl, &status); in test_cfg_save()
917 if (err || status != current_stack_cfg->ttl) { in test_cfg_save()
918 FAIL("TTL set failed (err %d, status %u)", err, status); in test_cfg_save()
1007 if (err || status != current_stack_cfg->ttl) { in test_cfg_load()
1008 FAIL("TTL get failed (err %d, status %u)", err, status); in test_cfg_load()