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.cc2174 uint16_t L2CA_FlushChannel(uint16_t lcid, uint16_t num_to_flush) { in L2CA_FlushChannel() argument
2188 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()
2192 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()
2201 if (num_to_flush != L2CAP_FLUSH_CHANS_GET) { in L2CA_FlushChannel()
2219 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { in L2CA_FlushChannel()
2223 num_to_flush--; in L2CA_FlushChannel()
2233 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()
2236 num_to_flush--; in L2CA_FlushChannel()
/system/bt/stack/include/
Dl2c_api.h742 extern uint16_t L2CA_FlushChannel(uint16_t lcid, uint16_t num_to_flush);