Searched refs:q_level (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/include/
H A Dbta_pan_co.h67 extern UINT8 bta_pan_co_init(UINT8 *q_level);
/system/bt/bta/pan/
H A Dbta_pan_int.h164 UINT8 q_level; /* queue level set by application for TX data */ member in struct:__anon539
H A Dbta_pan_act.c340 bta_pan_cb.flow_mask = bta_pan_co_init(&bta_pan_cb.q_level);
668 while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.q_level)
695 while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.q_level)
/system/bt/btif/co/
H A Dbta_pan_co.c51 UINT8 bta_pan_co_init(UINT8 *q_level) argument
55 /* set the q_level to 30 buffers */
56 *q_level = 30;

Completed in 92 milliseconds