Home
last modified time | relevance | path

Searched refs:RECV_MSG_TID_QUEUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/
A Dmesh_model.c16 #define RECV_MSG_TID_QUEUE_SIZE 20 macro
40 _TID_QUEUE_S tid_queue[RECV_MSG_TID_QUEUE_SIZE];
153 while (i < cur_index + RECV_MSG_TID_QUEUE_SIZE) { in mesh_check_tid()
154 ri = i % RECV_MSG_TID_QUEUE_SIZE; in mesh_check_tid()
167 if (i < cur_index + RECV_MSG_TID_QUEUE_SIZE) { in mesh_check_tid()
174 cur_index %= RECV_MSG_TID_QUEUE_SIZE; in mesh_check_tid()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_transport.c21 static genie_transport_tid_queue_t tid_queue[RECV_MSG_TID_QUEUE_SIZE];
234 while (i < cur_index + RECV_MSG_TID_QUEUE_SIZE) in genie_transport_check_tid()
236 ri = i % RECV_MSG_TID_QUEUE_SIZE; in genie_transport_check_tid()
247 if (i < cur_index + RECV_MSG_TID_QUEUE_SIZE) in genie_transport_check_tid()
258 cur_index %= RECV_MSG_TID_QUEUE_SIZE; in genie_transport_check_tid()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_transport.h6 #define RECV_MSG_TID_QUEUE_SIZE 5 macro

Completed in 7 milliseconds