Introduce a basic skeleton for peristent storage based on the settings subsystem. Also enable support for this to the peripheral sample application, so the new code gets exersized by CI. For now, the implementation provides the same level support as the bt_storage API ever did, i.e. for the identity address and the IRK. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| prj.conf | ||
| README.rst | ||
| sample.yaml | ||
.. _ble_peripheral: Bluetooth: Peripheral ##################### Overview ******** Application demonstrating the BLE Peripheral role. It has several well-known and vendor-specific GATT services that it exposes. Requirements ************ * BlueZ running on the host, or * A board with BLE support Building and Running ******************** This sample can be found under :file:`samples/bluetooth/peripheral` in the Zephyr tree. See :ref:`bluetooth setup section <bluetooth_setup>` for details.