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

..22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025314 139

Kconfig A D22-Aug-2025339 1511

README.rst A D22-Aug-2025658 2617

prj.conf A D22-Aug-2025267 148

sample.yaml A D22-Aug-2025410 1514

README.rst

1.. zephyr:code-sample:: ble_peripheral_identity
2   :name: Peripheral Identity
3   :relevant-api: bluetooth
4
5   Use multiple identities to allow connections from multiple central devices.
6
7Overview
8********
9
10This sample demonstrates use of multiple identity and the ability to be
11connected to from multiple central devices.
12
13Requirements
14************
15
16* BlueZ running on the host, or
17* A board with Bluetooth LE support
18
19Building and Running
20********************
21
22This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_identity`
23in the Zephyr tree.
24
25See :zephyr:code-sample-category:`bluetooth` samples for details.
26