1.1.2.1.1.3.9 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
Create sync parameters.
Field Documentation
| Field | Description |
|---|---|
| options | Determine whether the Periodic Advertiser List is used and whether the reporting are initially enabled or disabled. See Options for creating sync. |
| advSid | Advertising SID. It is used to identify the Periodic Advertising. See Advertising SID range. |
| advAddr | Public or random (static) identity address. |
| skip | The maximum number of periodic advertising events that can be skipped after a successful receive. (Valid value: 0x0000 to 0x01F3) See Maximum number of skipped periodic advertising event. |
| syncTimeout | Synchronization timeout for the periodic advertising train. (Unit: 10 ms) See Synchronization timeout. The timeout value should be greater than or equal to (2+skip)*(interval of period advertising). |
