S132 SoftDevice v3.0.0
Macros
GAP Timeout sources

Macros

#define BLE_GAP_TIMEOUT_SRC_ADVERTISING   0x00
 
#define BLE_GAP_TIMEOUT_SRC_SECURITY_REQUEST   0x01
 
#define BLE_GAP_TIMEOUT_SRC_SCAN   0x02
 
#define BLE_GAP_TIMEOUT_SRC_CONN   0x03
 
#define BLE_GAP_TIMEOUT_SRC_AUTH_PAYLOAD   0x04
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_TIMEOUT_SRC_ADVERTISING   0x00

Advertising timeout.

#define BLE_GAP_TIMEOUT_SRC_AUTH_PAYLOAD   0x04

Authenticated payload timeout.

#define BLE_GAP_TIMEOUT_SRC_CONN   0x03

Connection timeout.

#define BLE_GAP_TIMEOUT_SRC_SCAN   0x02

Scanning timeout.

#define BLE_GAP_TIMEOUT_SRC_SECURITY_REQUEST   0x01

Security request timeout.


Documentation feedback | Developer Zone | Subscribe | Updated