1.. zephyr:code-sample:: bluetooth_broadcaster 2 :name: Broadcaster 3 :relevant-api: bluetooth 4 5 Periodically send out advertising packets with a manufacturer data element. 6 7Overview 8******** 9 10A simple application demonstrating Bluetooth Low Energy Broadcaster role functionality. 11The application will periodically send out advertising packets with 12a manufacturer data element. The content of the data is a single byte 13indicating how many advertising packets the device has sent 14(the number will roll back to 0 after 255). 15 16Requirements 17************ 18 19* BlueZ running on the host, or 20* A board with Bluetooth LE support 21 22Building and Running 23******************** 24 25This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the 26Zephyr tree. 27 28See :zephyr:code-sample-category:`bluetooth` samples for details. 29