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