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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1707 UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush) argument
1724 if (num_to_flush != L2CAP_FLUSH_CHANS_GET)
1727 lcid, num_to_flush, p_ccb->xmit_hold_q.count, p_ccb->xmit_hold_q.p_first);
1738 if (num_to_flush != L2CAP_FLUSH_CHANS_GET)
1758 while ((p_buf != NULL) && (num_to_flush != 0))
1765 num_to_flush--;
1777 while ( (num_to_flush != 0) && (p_ccb->xmit_hold_q.count != 0) )
1782 num_to_flush--;
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h80 /* L2CA_FlushChannel num_to_flush definitions */
622 L2C_API extern UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush);

Completed in 103 milliseconds