Home
last modified time | relevance | path

Searched refs:MSEC_PER_SEC (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h201 #ifndef MSEC_PER_SEC
202 #define MSEC_PER_SEC 1000 macro
226 #define K_SECONDS(s) K_MSEC((s) * MSEC_PER_SEC)
/AliOS-Things-master/components/minilibc/include/
A Dtime.h31 #define MSEC_PER_SEC 1000 macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c380 (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()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c2245 const bt_u32_t timeout_max = (MSEC_PER_SEC / 10) * CONFIG_BT_RPA_TIMEOUT; in create_param_validate()
2262 (MSEC_PER_SEC / 10) * CONFIG_BT_CREATE_CONN_TIMEOUT; in create_param_setup()
A Dhci_core.c63 #define RPA_TIMEOUT_MS (CONFIG_BT_RPA_TIMEOUT * MSEC_PER_SEC)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dsettings.c1027 BT_DBG("Waiting %d seconds", timeout / MSEC_PER_SEC); in schedule_store()
A Dcfg_cli.c2209 return msg_timeout / MSEC_PER_SEC; in bt_mesh_cfg_cli_timeout_get()

Completed in 32 milliseconds