Searched refs:num_flushed2 (Results 1 – 1 of 1) sorted by relevance
1719 num_flushed2 = 0; in L2CA_FlushChannel() local1789 num_flushed2++; in L2CA_FlushChannel()1793 if ( (p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_TxComplete_Cb) && (num_flushed2) ) in L2CA_FlushChannel()1794 (*p_ccb->p_rcb->api.pL2CA_TxComplete_Cb)(p_ccb->local_cid, num_flushed2); in L2CA_FlushChannel()1811 …UG3 ("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", num_flushed1, num_flushed2, num_left); in L2CA_FlushChannel()