README.rst
1.. _bluetooth-broadcaster-multiple-sample:
2
3Bluetooth: Multiple Broadcaster
4###############################
5
6Overview
7********
8
9A simple application demonstrating the Bluetooth Low Energy Broadcaster that
10uses multiple advertising sets functionality.
11
12This sample advertises two non-connectable non-scannable advertising sets with
13two different SID. Number of advertising sets can be increased by updating the
14`CONFIG_BT_EXT_ADV_MAX_ADV_SET` value in the project configuration file.
15
16When building this sample combined with a Bluetooth LE Controller, the
17advertising data length can be increased from the default 31 bytes by updating
18the Controller's `CONFIG_BT_CTLR_ADV_DATA_LEN_MAX` value. The size of the
19manufacturer data is calculated to maximize the use of supported AD data length.
20
21Requirements
22************
23
24* A board with Bluetooth Low Energy with Extended Advertising support.
25
26Building and Running
27********************
28
29This sample can be found under
30:zephyr_file:`samples/bluetooth/broadcaster_multiple` in the Zephyr tree.
31
32To test this sample use the Observer sample with Extended Scanning enabled,
33found under
34:zephyr_file:`samples/bluetooth/observer` in the Zephyr tree.
35
36See :ref:`Bluetooth samples section <bluetooth-samples>` for details.
37