Home
last modified time | relevance | path

Searched refs:k_delayed_work_remaining_get (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dwork.h58 int k_delayed_work_remaining_get(struct k_delayed_work *work);
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c96 bt_s32_t k_delayed_work_remaining_get(struct k_delayed_work *work) in k_delayed_work_remaining_get() function
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_srv.c232 time = k_delayed_work_remaining_get(&srv->attn_timer) / 1000; in send_attention_status()
A Dtransport.c1339 if (!k_delayed_work_remaining_get(&rx->ack) && !bt_mesh_lpn_established()) { in trans_seg()
A Dcfg_srv.c2760 timeout = k_delayed_work_remaining_get(&frnd->timer) / 100; in lpn_timeout_get()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c1315 return k_delayed_work_remaining_get(&bt_dev.rpa_update) > in rpa_is_new()
1542 return k_delayed_work_remaining_get(&bt_dev.rpa_update) > in rpa_timeout_valid_check()

Completed in 32 milliseconds