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:
Joakim Andersson 2021-03-09 17:31:37 +01:00 committed by Johan Hedberg
commit a7e3e32ea5
5 changed files with 1142 additions and 1098 deletions

View file

@ -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