• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

boards/22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025284 128

README.rst A D22-Aug-2025756 2818

prj.conf A D22-Aug-2025285 127

sample.yaml A D22-Aug-2025313 1312

README.rst

1.. zephyr:code-sample:: ble_peripheral_sc_only
2   :name: Peripheral SC-only
3   :relevant-api: bt_conn bluetooth
4
5   Enable "Secure Connections Only" mode for a Bluetooth LE peripheral.
6
7Overview
8********
9
10Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
11application enables the Secure Connections Only mode, i.e. will only
12accept connections that are secured using security level 4 (FIPS).
13
14
15Requirements
16************
17
18* BlueZ running on the host, or
19* A board with Bluetooth LE support
20
21Building and Running
22********************
23
24This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_sc_only`
25in the Zephyr tree.
26
27See :zephyr:code-sample-category:`bluetooth` samples for details.
28