Searched refs:node_id_start (Results 1 – 2 of 2) sorted by relevance
378 sub->node_id_start = k_uptime_get_32(); in identity_enabled()387 static void node_id_start(struct bt_mesh_subnet *sub) in node_id_start() function410 node_id_start(sub); in bt_mesh_proxy_identity_start()420 sub->node_id_start = 0U; in bt_mesh_proxy_identity_stop()437 if (bt_mesh_subnet_foreach(node_id_start)) { in bt_mesh_proxy_identity_enable()670 time_passed = k_uptime_get_32() - sub->node_id_start; in proxy_adv_timeout_eval()735 request->duration = NODE_ID_TIMEOUT - (k_uptime_get_32() - sub->node_id_start); in proxy_adv_request_get()
57 uint32_t node_id_start; /* Node Identity started timestamp */ member