Skip to content

Commit 14eba9d

Browse files
lylezhu2012kartben
authored andcommitted
Samples: Bluetooth: HF: Move handsfree and handsfree_ag to './classic'
Move `handsfree` and `handsfree_ag` to sub-folder './classic'. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
1 parent b69fa39 commit 14eba9d

File tree

18 files changed

+14
-3
lines changed

18 files changed

+14
-3
lines changed

boards/shields/nxp_m2_wifi_bt/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Below are the supported shields to be used with ``--shield <option>`` when you i
6666
For example:
6767

6868
.. zephyr-app-commands::
69-
:zephyr-app: samples/bluetooth/handsfree
69+
:zephyr-app: samples/bluetooth/classic/handsfree
7070
:board: mimxrt1060_evk@C//qspi
7171
:shield: nxp_m2_1xk_wifi_bt
7272
:goals: build

doc/_scripts/redirects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@
230230
('samples/bluetooth/broadcast_audio_sink/README', 'samples/bluetooth/bap_broadcast_sink/README'),
231231
('samples/bluetooth/broadcast_audio_source/README', 'samples/bluetooth/bap_broadcast_source/README'),
232232
('samples/bluetooth/central_iso/README', 'samples/bluetooth/iso_central/README'),
233+
('samples/bluetooth/handsfree/README', 'samples/bluetooth/classic/handsfree/README'),
234+
('samples/bluetooth/handsfree_ag/README', 'samples/bluetooth/classic/handsfree_ag/README'),
233235
('samples/bluetooth/peripheral_iso/README', 'samples/bluetooth/iso_peripheral/README'),
234236
('samples/bluetooth/public_broadcast_sink/README', 'samples/bluetooth/pbp_public_broadcast_sink/README'),
235237
('samples/bluetooth/public_broadcast_source/README', 'samples/bluetooth/pbp_public_broadcast_source/README'),

samples/bluetooth/handsfree/README.rst renamed to samples/bluetooth/classic/handsfree/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requirements
1818
Building and Running
1919
********************
2020

21-
This sample can be found under :zephyr_file:`samples/bluetooth/handsfree` in
21+
This sample can be found under :zephyr_file:`samples/bluetooth/classic/handsfree` in
2222
the Zephyr tree.
2323

2424
See :zephyr:code-sample-category:`bluetooth` samples for details.

0 commit comments

Comments
 (0)