Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2242 num_flushed2 = 0; in L2CA_FlushChannel() local
2300 num_flushed2++; in L2CA_FlushChannel()
2304 if ( (p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_TxComplete_Cb) && (num_flushed2) ) { in L2CA_FlushChannel()
2305 (*p_ccb->p_rcb->api.pL2CA_TxComplete_Cb)(p_ccb->local_cid, num_flushed2); in L2CA_FlushChannel()
2323 …BUG ("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", num_flushed1, num_flushed2, num_left); in L2CA_FlushChannel()