1.. zephyr:code-sample:: bluetooth_beacon 2 :name: Beacon 3 :relevant-api: bluetooth 4 5 Advertise an Eddystone URL using GAP Broadcaster role. 6 7Overview 8******** 9 10A simple application demonstrating the GAP Broadcaster role functionality by 11advertising an Eddystone URL (the Zephyr website). 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/beacon` in the 23Zephyr tree. 24 25See :zephyr:code-sample-category:`bluetooth` samples for details. 26