Skip to content

Commit eba356d

Browse files
lylezhu2012kartben
authored andcommitted
Bluetooth: shell: Support HFP HF and AG
Support HFP HF and AG in shell. Signed-off-by: Lyle Zhu <[email protected]>
1 parent 781074c commit eba356d

File tree

5 files changed

+1951
-0
lines changed

5 files changed

+1951
-0
lines changed

subsys/bluetooth/host/classic/shell/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ zephyr_library_sources(bredr.c)
55
zephyr_library_sources_ifdef(CONFIG_BT_RFCOMM rfcomm.c)
66
zephyr_library_sources_ifdef(CONFIG_BT_A2DP a2dp.c)
77
zephyr_library_sources_ifdef(CONFIG_BT_AVRCP avrcp.c)
8+
if(CONFIG_BT_HFP_HF OR CONFIG_BT_HFP_AG)
9+
zephyr_library_sources(
10+
hfp.c
11+
)
12+
endif()

0 commit comments

Comments
 (0)