Bluetooth: host: Refactor out address handling to new file

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

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-11-12 15:29:51 +01:00 committed by Carles Cufí
commit 4978c19c05
5 changed files with 208 additions and 192 deletions

View file

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