Bluetooth: host: Refactor out BR/EDR from hci_core to br
Refactor out the BR/EDR handling from hci_core.c to its own source file in br.c. BR/EDR consists of inquiry and discovery roles in addition to initialization. SSP is still kept separate. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
c387d280fe
commit
a7e3e32ea5
5 changed files with 1142 additions and 1098 deletions
|
@ -15,6 +15,7 @@ zephyr_library_sources_ifdef(CONFIG_BT_HOST_CCM aes_ccm.c)
|
|||
|
||||
zephyr_library_sources_ifdef(
|
||||
CONFIG_BT_BREDR
|
||||
br.c
|
||||
keys_br.c
|
||||
l2cap_br.c
|
||||
sdp.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue