Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1172 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()
1173 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
1192 if (p_lcb->link_flush_tout != flush_tout) { in L2CA_SetFlushTimeout()
1193 p_lcb->link_flush_tout = flush_tout; in L2CA_SetFlushTimeout()
Dl2c_utils.c97 p_lcb->link_flush_tout = 0xFFFF; in l2cu_allocate_lcb()
2185 if (p_cfg->flush_to < p_lcb->link_flush_tout) { in l2cu_process_our_cfg_req()
2186 p_lcb->link_flush_tout = p_cfg->flush_to; in l2cu_process_our_cfg_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h399 UINT16 link_flush_tout; /* Flush timeout used */ member