Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2236 UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush) in L2CA_FlushChannel() argument
2251 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()
2253 lcid, num_to_flush, in L2CA_FlushChannel()
2263 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()
2280 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { in L2CA_FlushChannel()
2284 num_to_flush--; in L2CA_FlushChannel()
2294 while ( (num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()
2299 num_to_flush--; in L2CA_FlushChannel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h718 extern UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush);