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