Lines Matching full:priority
318 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */
357 /* Round-Robin service for the same priority channels */
358 #define L2CAP_NUM_CHNL_PRIORITY 3 /* Total number of priority group (high, medium, low)*/
359 #define L2CAP_CHNL_PRIORITY_WEIGHT 5 /* weight per priority for burst transmission quota */
362 /* CCBs within the same LCB are served in round robin with priority */
363 /* It will make sure that low priority channel (for example, HF signaling on RFCOMM) */
364 /* can be sent to headset even if higher priority channel (for example, AV media channel) */
369 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */
370 tL2C_CCB *p_first_ccb; /* first ccb of priority group */
371 UINT8 num_ccb; /* number of channels in priority group */
452 /* each priority group is limited burst transmission */
453 /* round robin service for the same priority channels */
455 UINT8 rr_pri; /* current serving priority group */
515 UINT16 high_pri_min_xmit_quota; /* Minimum number of ACL credit for high priority link */
545 /* Number of ACL buffers to use for high priority channel
589 extern BOOLEAN l2cu_set_acl_priority (BD_ADDR bd_addr, UINT8 priority, BOOLEAN reset_after_rs);
593 extern void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority);