Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h331 #define L2CAP_NUM_CHNL_PRIORITY 3 /* Total number of priority group (high, medium, lo… macro
333 #define L2CAP_GET_PRIORITY_QUOTA(pri) ((L2CAP_NUM_CHNL_PRIORITY - (pri)) * L2CAP_CHNL_PRIORITY_WEIG…
424 tL2C_RR_SERV rr_serv[L2CAP_NUM_CHNL_PRIORITY];
Dl2c_utils.c3114 for ( i = 0; (i < L2CAP_NUM_CHNL_PRIORITY)&&(!p_serve_ccb); i++ ) in l2cu_get_next_channel_in_rr()
3184 p_lcb->rr_pri = (p_lcb->rr_pri + 1) % L2CAP_NUM_CHNL_PRIORITY; in l2cu_get_next_channel_in_rr()