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:
parent
4978c19c05
commit
431dd9f25b
5 changed files with 153 additions and 130 deletions
|
@ -31,6 +31,7 @@ if(CONFIG_BT_HCI_HOST)
|
|||
zephyr_library_sources(
|
||||
uuid.c
|
||||
addr.c
|
||||
buf.c
|
||||
hci_core.c
|
||||
hci_common.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue