Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2240 UINT16 num_left = 0, in L2CA_FlushChannel() local
2315 num_left++; in L2CA_FlushChannel()
2320 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
2323 …BUG ("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", num_flushed1, num_flushed2, num_left); in L2CA_FlushChannel()
2328 return (num_left); in L2CA_FlushChannel()