Home
last modified time | relevance | path

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

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