commit | cb6b288252e3bb4cdee80041d78e4182403c96b3 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Apr 28 12:11:30 2015 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:13:50 2016 -0500 |
tree | c067ae8e22eef4be06f8190def6ec8696da1fc9e | |
parent | b6804df02ebd733037b641b3700513ba94607129 [diff] |
Bluetooth: Rotate outgoing ACL packets via a pending queue To ensure that we never have more outgoing ACL buffers available than the controller is willing to accept we should hold on to them between calling drv->send() and getting the corresponding Number of Completed Packets event. This patch adds a temporary FIFO in bt_dev for this. Change-Id: I918119a03081d507de2bb4a731b2709ea99a648d Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>