Name:
=====
 ble_freertos_peripheral_past


Description:
============
 A simple application demonstrating the Bluetooth LE Periodic Advertising Synchronization

        Transfer (PAST) functionality as the receiver. It can be connected with
        ble_freertos_central_past example and receives the periodic advertising data
        tranferred from periodic advertising board.



Purpose:
========
This example demonstrates BLE (Bluetooth Low Energy)
 Periodic Advertising Synchronization Transfer (PAST) functionality as the
 peripheral receiver within the FreeRTOS framework. The application showcases
 periodic advertising reception, connection management with central
 devices, and coordinated transfer of periodic advertising information. The
 example provides a foundation for distributed BLE advertising systems
 requiring synchronized periodic advertising reception capabilities.

Section: Key Features
=====================

 1. Periodic Advertising Sync Transfer: Implements BLE Periodic
    Advertising Synchronization Transfer functionality as the receiver

 2. Peripheral Role Implementation: Demonstrates peripheral role
    functionality for BLE device management and synchronization

 3. Connection Reception: Receives connections from central devices
    for periodic advertising synchronization

 4. Advertising Reception: Receives and processes periodic advertising
    information from central devices

 5. Transfer Reception: Receives transferred periodic advertising
    information for coordinated operation



******************************************************************************


