Home
last modified time | relevance | path

Searched refs:K_MSEC (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h214 #define K_MSEC(ms) (ms) macro
226 #define K_SECONDS(s) K_MSEC((s) * MSEC_PER_SEC)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c82 #define SEG_RETRANSMIT_TIMEOUT(tx) (K_MSEC(CONFIG_BT_MESH_SEG_RETRANSMIT_TIMEOUT) + 50 * (tx)->ttl)
84 #define SEG_RETRANSMIT_TIMEOUT(tx) K_MSEC(CONFIG_BT_MESH_SEG_RETRANSMIT_TIMEOUT)
976 to = K_MSEC(150 + (50 * ttl)); in ack_timeout()
979 to += K_MSEC(((rx->seg_n + 1) - popcount(rx->block)) * 100); in ack_timeout()
984 return MAX(to, K_MSEC(400)); in ack_timeout()
A Daccess.c91 period = K_MSEC((mod->pub->period & BIT_MASK(6)) * 100); in bt_mesh_model_pub_period_get()
135 return K_MSEC(1); in next_period()
A Dlpn.c44 #define FRIEND_REQ_WAIT K_MSEC(100)
48 #define POLL_RETRY_TIMEOUT K_MSEC(100)
A Dfriend.c801 return K_MSEC(100); in offer_delay()
804 return K_MSEC(delay); in offer_delay()
A Dprov.c198 #define RETRANSMIT_TIMEOUT K_MSEC(500)
199 #define BUF_TIMEOUT K_MSEC(400)
A Dadv.c194 k_sleep(K_MSEC(duration)); in adv_send()
A Dprovisioner_prov.c325 #define RETRANSMIT_TIMEOUT K_MSEC(500)
326 #define BUF_TIMEOUT K_MSEC(400)
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_provision.c19 #define BUF_TIMEOUT K_MSEC(400)
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c50 #define SC_TIMEOUT K_MSEC(10)
53 #define DB_HASH_TIMEOUT K_MSEC(10)
55 #define SC_TIMEOUT K_MSEC(10)
58 #define DB_HASH_TIMEOUT K_MSEC(10)
A Dconn.c1827 K_MSEC(10 * bt_dev.create_param.timeout)); in bt_conn_set_state()
A Dhci_core.c62 #define CONN_UPDATE_TIMEOUT K_MSEC(CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT)
64 #define RPA_TIMEOUT K_MSEC(RPA_TIMEOUT_MS)
A Dsmp.c4454 k_sleep(K_MSEC(100)); in bt_smp_encrypt_change()

Completed in 57 milliseconds