Skip to content

Commit b0d8758

Browse files
joerchancarlescufi
authored andcommitted
Bluetooth: host: Split SSP to it's own module
Refactor the BR/EDR SSP feature out into it's own source file. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 487d2be commit b0d8758

File tree

7 files changed

+841
-770
lines changed

7 files changed

+841
-770
lines changed

subsys/bluetooth/host/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ zephyr_library_sources_ifdef(
1818
keys_br.c
1919
l2cap_br.c
2020
sdp.c
21+
ssp.c
2122
)
2223

2324
zephyr_library_sources_ifdef(

0 commit comments

Comments
 (0)