Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.c1892 num_flushed2 = 0; in L2CA_FlushChannel() local
1956 num_flushed2++; in L2CA_FlushChannel()
1960 if ( (p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_TxComplete_Cb) && (num_flushed2) ) in L2CA_FlushChannel()
1961 (*p_ccb->p_rcb->api.pL2CA_TxComplete_Cb)(p_ccb->local_cid, num_flushed2); in L2CA_FlushChannel()
1977 …BUG ("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", num_flushed1, num_flushed2, num_left); in L2CA_FlushChannel()