Searched refs:MSEC_PER_SEC (Results 1 – 7 of 7) sorted by relevance
201 #ifndef MSEC_PER_SEC202 #define MSEC_PER_SEC 1000 macro226 #define K_SECONDS(s) K_MSEC((s) * MSEC_PER_SEC)
31 #define MSEC_PER_SEC 1000 macro
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()
2245 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()
63 #define RPA_TIMEOUT_MS (CONFIG_BT_RPA_TIMEOUT * MSEC_PER_SEC)
1027 BT_DBG("Waiting %d seconds", timeout / MSEC_PER_SEC); in schedule_store()
2209 return msg_timeout / MSEC_PER_SEC; in bt_mesh_cfg_cli_timeout_get()
Completed in 32 milliseconds