Searched refs:node_id_start (Results 1 – 2 of 2) sorted by relevance
375 sub->node_id_start = k_uptime_get_32(); in identity_enabled()384 static void node_id_start(struct bt_mesh_subnet *sub) in node_id_start() function407 node_id_start(sub); in bt_mesh_proxy_identity_start()417 sub->node_id_start = 0U; in bt_mesh_proxy_identity_stop()434 if (bt_mesh_subnet_foreach(node_id_start)) { in bt_mesh_proxy_identity_enable()680 time_passed = k_uptime_get_32() - sub->node_id_start; in proxy_adv_timeout_eval()745 request->duration = NODE_ID_TIMEOUT - (k_uptime_get_32() - sub->node_id_start); in proxy_adv_request_get()
59 uint32_t node_id_start; /* Node Identity started timestamp */ member