Synchronization timeout
C
#define BLE_GAP_SYNC_TIMEOUT_MIN 0x000A #define BLE_GAP_SYNC_TIMEOUT_MAX 0x4000
Description
Defines the synchronization timeout range for the periodic advertising train.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_SYNC_TIMEOUT_MIN | The minimum synchronization timeout value (10 units, with each unit being 10 ms). |
BLE_GAP_SYNC_TIMEOUT_MAX | The maximum synchronization timeout value (16384 units, with each unit being 10 ms). |