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:
parent
e54d2a7740
commit
4978c19c05
5 changed files with 208 additions and 192 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue