HomeSort by relevance Sort by last modified time
    Searched refs:buff_quota (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 909 p_ccb->buff_quota = quota_per_weighted_chnls[p_ccb->ertm_info.user_tx_pool_id] * p_ccb->tx_data_rate;
913 p_ccb->ccb_priority, p_ccb->tx_data_rate, p_ccb->buff_quota);
918 p_ccb->buff_quota = quota_per_weighted_chnls[HCI_ACL_POOL_ID] * p_ccb->tx_data_rate;
922 p_ccb->ccb_priority, p_ccb->tx_data_rate, p_ccb->buff_quota);
    [all...]
l2c_utils.c     [all...]
l2c_int.h 317 UINT16 buff_quota; /* Buffer quota before sending congestion */ member in struct:t_l2c_ccb
    [all...]
l2c_ucd.c 450 L2CAP_TRACE_ERROR ("L2CAP - Handle: 0x%04x UCD cannot be sent, already congested count: %u buff_quota: %u",
453 p_ccb->buff_quota);
    [all...]
l2c_api.c     [all...]
l2c_main.c     [all...]

Completed in 203 milliseconds