• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/04-Jan-2025-226163

CMakeLists.txtD04-Jan-2025194 85

README.rstD04-Jan-20251.1 KiB3423

prj.confD04-Jan-2025274 1512

sample.yamlD04-Jan-2025266 1211

README.rst

1.. zephyr:code-sample:: ble_periodic_adv_conn
2   :name: Periodic Advertising Connection Procedure (Initiator)
3   :relevant-api: bt_gap bluetooth
4
5   Initiate a connection to a device using the Periodic Advertising Connection Procedure.
6
7Overview
8********
9
10A simple application demonstrating the initiator side of the BLE
11Periodic Advertising Connection Procedure.
12
13How the initiator decides the address of the synced device to connect to
14is application specific. This sample will connect to any synced device
15responding with its address. Once the connection is established, it will
16wait for disconnect before connecting to another synced device.
17
18Requirements
19************
20
21* A board with Bluetooth LE support
22* A controller that supports the Periodic Advertising with Responses (PAwR) - Advertiser feature
23
24Building and Running
25********************
26
27This sample can be found under :zephyr_file:`samples/bluetooth/periodic_adv_conn` in
28the Zephyr tree.
29
30Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync_conn` in the
31Zephyr tree that will synchronize and respond to this sample.
32
33See :zephyr:code-sample-category:`bluetooth` samples for details.
34