BLE_GAP_SyncSetDev_T
C
typedef struct BLE_GAP_SyncSetDev_T
{
BLE_GAP_Addr_T advAddr;
uint8_t advSid;
}BLE_GAP_SyncSetDev_T;Description
Structure for configuring synchronization device parameters.
Field Documentation
| Field | Description |
|---|---|
| advAddr | Advertiser address. Can be either a public address or a random (static) identity address. |
| advSid | Advertising Set Identifier (SID). Used to identify the Periodic Advertising. Refer to Advertising Set Identifier (SID) range for valid ranges. |
