HomeSort by relevance Sort by last modified time
    Searched full:weighted_chnls (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 807 UINT16 weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS]; local
816 weighted_chnls[xx] = 0;
831 weighted_chnls[p_ccb->ertm_info.user_tx_pool_id] += p_ccb->tx_data_rate;
832 weighted_chnls[p_ccb->ertm_info.user_rx_pool_id] += p_ccb->rx_data_rate;
850 weighted_chnls[HCI_ACL_POOL_ID] += p_ccb->tx_data_rate + p_ccb->rx_data_rate;
858 if ( weighted_chnls[xx] > 0 )
861 quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1;
865 L2CAP_TRACE_DEBUG5 ("POOL ID:%d, GKI_poolcount = %d, reserved_buff = %d, weighted_chnls = %d, quota_per_weighted_chnls = %d",
866 xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] );
    [all...]

Completed in 310 milliseconds