Home
last modified time | relevance | path

Searched refs:cong_sent (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c421 if (p_ccb->cong_sent) { in L2CA_UcdDataWrite()
437 if (p_ccb->cong_sent) { in L2CA_UcdDataWrite()
Dl2c_main.c1045 if (p_ccb->cong_sent) { in l2c_data_write()
1060 if (p_ccb->cong_sent) { in l2c_data_write()
Dl2c_api.c1832 …if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent && fixed_cid != L2CAP_SMP_C… in L2CA_SendFixedChnlData()
1850 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) { in L2CA_SendFixedChnlData()
1863 return p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent; in L2CA_CheckIsCongest()
Dl2c_utils.c1590 p_ccb->cong_sent = FALSE; in l2cu_allocate_ccb()
3647 if ( p_ccb->cong_sent ) {
3654 p_ccb->cong_sent = FALSE;
3697 p_ccb->cong_sent = TRUE;
Dl2c_fcr.c931 if (p_ccb->cong_sent) { in process_reqseq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h314 BOOLEAN cong_sent; /* Set when congested status sent */ member