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.cc52 uint8_t bta_pan_co_init(uint8_t* q_level) { in bta_pan_co_init() argument
56 *q_level = 30; in bta_pan_co_init()
/system/bt/bta/include/
Dbta_pan_co.h62 extern uint8_t bta_pan_co_init(uint8_t* q_level);
/system/bt/bta/pan/
Dbta_pan_int.h139 uint8_t q_level; /* queue level set by application for TX data */ member
Dbta_pan_act.cc331 bta_pan_cb.flow_mask = bta_pan_co_init(&bta_pan_cb.q_level); in bta_pan_enable()
608 while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.q_level) in bta_pan_tx_path()
630 while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.q_level) in bta_pan_tx_path()