Bluetooth: extended_adv_advertiser
Overview
A simple application demonstrates Bluetooth Extended Advertising in the GAP
Peripheral role: it creates an extended advertising with a user-defined device
name, accepts a single connection, disconnects after a 5-second delay and
then restarts advertising. The basic Bluetooth features and device name are set
via zephyr/samples/bluetooth/extended_adv/advertiser/prj.conf
.
Requirements
Atmosic EVK <board | serial>
Building and Running
This sample is built from openair/samples/bluetooth/extended_adv/advertiser
.
The source code can be found under zephyr/samples/bluetooth/extended_adv/advertiser
.
Build command:
west build -p always -b <BOARD>//ns openair/samples/bluetooth/extended_adv/advertiser --sysbuild -T samples.bluetooth.extended_adv.advertiser.atm
Flash command:
west flash --skip-rebuild --device <DEVICE_ID> --jlink --fast_load [--erase_flash]