Bluetooth: broadcaster_multiple

Overview

A simple application demonstrates the use of multiple advertising sets in a Bluetooth Low Energy Broadcaster. For more details, refer to zephyr/samples/bluetooth/broadcaster_multiple/README.rst.

Requirements

Atmosic EVK <board | serial>

Building and Running

This sample is built from openair/samples/bluetooth/broadcaster_multiple. The source code can be found under zephyr/samples/bluetooth/broadcaster_multiple.

Build command:

west build -p always -b <BOARD>//ns openair/samples/bluetooth/broadcaster_multiple --sysbuild -T samples.bluetooth.broadcaster_multiple.atm

Flash command:

west flash --skip-rebuild --device <DEVICE_ID> --jlink --fast_load [--erase_flash]