commit | 429240d3761102066d57fceb20544210ee7fd9d3 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Apr 28 10:59:35 2015 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:13:50 2016 -0500 |
tree | 766daa78a20d5bb66be4796e1f1e80bb9772e034 | |
parent | 33c50f332b4211a333236f839df076986ec74de0 [diff] |
Bluetooth: Move buffer handling into a dedicated file The buffer handling code is quite large and will continue to grow. As it's not strictly HCI core material it's better to just manage it in a separate file. This patch moves the code to include/bluetooth/buf.h and net/bluetooth/buf.c. Change-Id: Ie1ff79ac2cfa132359ce9f7674ff812d34b228aa Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>