1.. _ble_direct_adv: 2 3Bluetooth: Direct Advertising 4############################# 5 6Overview 7******** 8 9Application demonstrating the BLE Direct Advertising capability. If no device is bonded 10to the peripheral, casual advertising will be performed. Once bonded, on every subsequent 11boot direct advertising to the bonded central will be performed. Additionally this sample 12provides two BLE characteristics. To perform write, devices need to be bonded, while read 13can be done just after connection (no bonding required). 14 15Please note that direct advertising towards iOS based devices is not allowed. 16For more information about designing BLE devices for Apple products refer to 17"Accessory Design Guidelines for Apple Devices". 18 19Requirements 20************ 21 22* A board with BLE support 23* Second BLE device acting as a central with enabled privacy. For example another Zephyr board 24 or any modern smartphone 25 26Building and Running 27******************** 28 29This sample can be found under :zephyr_file:`samples/bluetooth/direct_adv` in the 30Zephyr tree. 31 32See :ref:`bluetooth samples section <bluetooth-samples>` for details. 33