Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_link.c835 UINT16 reserved_buff[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation() local
843 reserved_buff[xx] = 0; in l2c_link_adjust_chnl_allocation()
864 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz; in l2c_link_adjust_chnl_allocation()
870 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz; in l2c_link_adjust_chnl_allocation()
886 if (GKI_poolcount(xx) > reserved_buff[xx]) in l2c_link_adjust_chnl_allocation()
887 … quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1; in l2c_link_adjust_chnl_allocation()
892 … xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] ); in l2c_link_adjust_chnl_allocation()