Skip to content

Commit ca174fa

Browse files
committed
Samples: Bluetooth: HF: Move handsfree and handsfree_ag to './classic'
Move `handsfree` and `handsfree_ag` to sub-folder './classic'. Signed-off-by: Lyle Zhu <[email protected]>
1 parent e48c907 commit ca174fa

18 files changed

+11
-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
@@ -60,7 +60,7 @@ Below are the supported shields to be used with ``--shield <option>`` when you i
6060
For example:
6161

6262
.. zephyr-app-commands::
63-
:zephyr-app: samples/bluetooth/handsfree
63+
:zephyr-app: samples/bluetooth/classic/handsfree
6464
:board: mimxrt1060_evk@C//qspi
6565
:shield: nxp_m2_1xk_wifi_bt
6666
:goals: build

doc/_scripts/redirects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@
302302
('samples/sensor/max44009/README', 'samples/sensor/light_polling/README'),
303303
('samples/sensor/wsen_hids/README', 'samples/sensor/sensor'),
304304
('samples/sensor/wsen_itds/README', 'samples/sensor/sensor'),
305+
('samples/bluetooth/handsfree/README', 'samples/bluetooth/classic/handsfree/README'),
306+
('samples/bluetooth/handsfree_ag/README', 'samples/bluetooth/classic/handsfree_ag/README'),
305307
('samples/subsys/video/capture/README', 'samples/drivers/video/capture/README'),
306308
('samples/subsys/video/tcpserversink/README', 'samples/drivers/video/tcpserversink/README'),
307309
('samples/subsys/video/video', 'samples/drivers/video/video'),

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.

samples/bluetooth/handsfree_ag/README.rst renamed to samples/bluetooth/classic/handsfree_ag/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_ag` in
21+
This sample can be found under :zephyr_file:`samples/bluetooth/classic/handsfree_ag` in
2222
the Zephyr tree.
2323

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

samples/bluetooth/classic/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. zephyr:code-sample-category:: bluetooth_classic
2+
:name: Bluetooth Classic
3+
:show-listing:
4+
:glob: **/*
5+
6+
These samples demonstrate the use of Bluetooth Classic in Zephyr.

0 commit comments

Comments
 (0)