Synchronization timeout

C

#define BLE_GAP_SYNC_TIMEOUT_MIN                                (0x000AU)
#define BLE_GAP_SYNC_TIMEOUT_MAX                                (0x4000U)

Description

Defines the synchronization timeout range for the periodic advertising train.

Macro Definition

MacroDescription
BLE_GAP_SYNC_TIMEOUT_MINThe minimum synchronization timeout value (10 units, with each unit being 10 ms).
BLE_GAP_SYNC_TIMEOUT_MAXThe maximum synchronization timeout value (16384 units, with each unit being 10 ms).