BLE_GAP_CreateSync_T
C
typedef struct BLE_GAP_CreateSync_T
{
    uint8_t                 options;
    uint8_t                 advSid;
    BLE_GAP_Addr_T          advAddr;
    uint16_t                skip;
    uint16_t                syncTimeout;
}BLE_GAP_CreateSync_T;Description
Structure for creating synchronization with periodic advertising.
Field Documentation
| Field | Description | 
|---|---|
| options | Options for using the Periodic Advertiser List and enabling/disabling reports, as defined in Options for creating synchronization. | 
| advSid | Advertising Set Identifier for identifying the Periodic Advertising, as defined in Advertising Set Identifier (SID) range. | 
| advAddr | Address of the advertiser, either public or random (static) identity. | 
| skip | Number of periodic advertising packets that can be skipped after a successful receive, ranging from 0x0000 to 0x01F3. Refer to Maximum number of skipped periodic advertising events for maximun value. | 
| syncTimeout | Timeout for synchronization with the periodic advertising train, in units of 10 ms. Must be equal to or greater than (2+skip)*(periodic advertising interval). Refer to Synchronization timeout for valid ranges. | 
