Bluetooth: host: Refactor out buffer handling to new file

Refactor out implementation of functions defined in buf.h to its own
source file buf.c

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-11-12 15:30:43 +01:00 committed by Carles Cufí
commit 431dd9f25b
5 changed files with 153 additions and 130 deletions

View file

@ -31,6 +31,7 @@ if(CONFIG_BT_HCI_HOST)
zephyr_library_sources(
uuid.c
addr.c
buf.c
hci_core.c
hci_common.c
)