Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.c2207 UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush) in L2CA_FlushChannel() argument
2223 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) in L2CA_FlushChannel()
2226 lcid, num_to_flush, in L2CA_FlushChannel()
2239 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) in L2CA_FlushChannel()
2259 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { in L2CA_FlushChannel()
2263 num_to_flush--; in L2CA_FlushChannel()
2273 while ( (num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) in L2CA_FlushChannel()
2277 num_to_flush--; in L2CA_FlushChannel()
/system/bt/stack/include/
Dl2c_api.h712 extern UINT16 L2CA_FlushChannel (UINT16 lcid, UINT16 num_to_flush);