Home
last modified time | relevance | path

Searched refs:k_uptime_get_32 (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_lpm.c41 BT_DBG("[%u]cur status: %d\n", k_uptime_get_32(), genie_lpm_ctx.status); in _genie_lpm_timer_irq_handler()
52 BT_DBG("[%u]sleep and suspend mesh stack\n", k_uptime_get_32()); in _genie_lpm_timer_irq_handler()
74 BT_DBG("[%u]wake up and resume mesh stack\n", k_uptime_get_32()); in _genie_lpm_timer_irq_handler()
146 BT_DBG("[%u]wakeup by i/o\n", k_uptime_get_32()); in genie_lpm_io_wakeup_handler()
147 BT_DBG("[%u]cur status: %d\n", k_uptime_get_32(), genie_lpm_ctx.status); in genie_lpm_io_wakeup_handler()
151 BT_DBG("[%u]wake up and resume mesh stack\n", k_uptime_get_32()); in genie_lpm_io_wakeup_handler()
A Dgenie_mesh.c235 BT_INFO("[%u]%s, force:%d", k_uptime_get_32(), __func__, force); in genie_mesh_suspend()
241 BT_INFO("[%u]%s", k_uptime_get_32(), __func__); in genie_mesh_resume()
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c32 (k_uptime_get_32() <= delayed_work->start_ms + delayed_work->timeout)) { in k_work_submit_to_queue()
77 work->work.start_ms = k_uptime_get_32(); in k_delayed_work_submit()
104 remain = work->work.timeout - (k_uptime_get_32() - work->work.start_ms); in k_delayed_work_remaining_get()
A Devent_scheduler.c26 now = k_uptime_get_32(); in scheduler_loop()
50 now = k_uptime_get_32(); in scheduler_loop()
A Daos_port.c268 uint32_t k_uptime_get_32() in k_uptime_get_32() function
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c323 bt_u32_t alloc_start = k_uptime_get_32(); in net_buf_alloc_len_debug()
366 bt_u32_t ref = k_uptime_get_32(); in net_buf_alloc_len_debug()
380 (k_uptime_get_32() - ref) / MSEC_PER_SEC); in net_buf_alloc_len_debug()
384 (k_uptime_get_32() - ref) / MSEC_PER_SEC); in net_buf_alloc_len_debug()
403 bt_u32_t diff = k_uptime_get_32() - alloc_start; in net_buf_alloc_len_debug()
679 bt_u32_t alloc_start = k_uptime_get_32(); in net_buf_clone()
704 bt_u32_t diff = k_uptime_get_32() - alloc_start; in net_buf_clone()
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h183 uint32_t k_uptime_get_32();
517 uint32_t k_uptime_get_32(void);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c73 sub->beacon_sent = k_uptime_get_32(); in beacon_complete()
128 bt_u32_t now = k_uptime_get_32(); in secure_beacon_send()
A Daccess.c128 elapsed = k_uptime_get_32() - pub->period_start; in next_period()
220 pub->period_start = k_uptime_get_32(); in mod_publish()
243 pub->period_start = k_uptime_get_32(); in mod_publish()
A Dproxy.c375 sub->node_id_start = k_uptime_get_32(); in bt_mesh_proxy_identity_start()
1227 bt_u32_t active = k_uptime_get_32() - sub->node_id_start; in gatt_proxy_advertise()
A Dfriend.c687 duration = k_uptime_get_32() - frnd->clear.start; in clear_timeout()
701 frnd->clear.start = k_uptime_get_32() + (2 * frnd->poll_to); in clear_procedure_start()
A Dtransport.c1091 if (k_uptime_get_32() - rx->last > K_SECONDS(60)) { in seg_ack()
1337 rx->last = k_uptime_get_32(); in trans_seg()
A Dprovisioner_prov.c858 node[j].provisioned_time = krhino_ticks_to_ms(k_uptime_get_32()); in bt_mesh_provisioner_add_node()
2594 node[j].provisioned_time = krhino_ticks_to_ms(k_uptime_get_32()); in prov_complete()
3664 … if ((krhino_ticks_to_ms(k_uptime_get_32()) - node[i].provisioned_time) < K_SECONDS(30)) { in provisioner_prov_srv_data_recv()
3858 node[j].provisioned_time = krhino_ticks_to_ms(k_uptime_get_32()); in bt_mesh_provisioner_local_provision()
A Dnet.c1193 … BT_ERR("[%u]Out of relay buffers, Payload: %s", k_uptime_get_32(), bt_hex(sbuf->data, sbuf->len)); in bt_mesh_net_relay()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/
A Dlight_lightness_srv.c326 mesh_state->trans_start_time = k_uptime_get_32() + mesh_state->delay * 5; in _light_lightness_linear_analyze()

Completed in 31 milliseconds