Home
last modified time | relevance | path

Searched refs:node_id_start (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h66 bt_u32_t node_id_start; /* Node Identity started timestamp */ member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c375 sub->node_id_start = k_uptime_get_32(); in bt_mesh_proxy_identity_start()
384 sub->node_id_start = 0; in bt_mesh_proxy_identity_stop()
1227 bt_u32_t active = k_uptime_get_32() - sub->node_id_start; in gatt_proxy_advertise()

Completed in 7 milliseconds