• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/18-Mar-2025-387270

CMakeLists.txtD18-Mar-2025302 139

KconfigD18-Mar-2025325 1511

README.rstD18-Mar-2025633 2617

prj.confD18-Mar-2025254 148

sample.yamlD18-Mar-2025396 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