Defines

S140 SoftDevice v5.0.0-2.alpha API

Macros

#define BLE_GAP_DEFAULT_PRIVATE_ADDR_CYCLE_INTERVAL_S (900) /* 15 minutes. */
The default interval in seconds at which a private address is refreshed.
#define BLE_GAP_MAX_PRIVATE_ADDR_CYCLE_INTERVAL_S (41400) /* 11 hours 30 minutes. */
The maximum interval in seconds at which a private address can be refreshed.
#define BLE_GAP_ADDR_LEN (6)
BLE address length.
#define BLE_GAP_ADV_MAX_SIZE (31)
Maximum size of advertising data in octets.
#define BLE_GAP_RSSI_THRESHOLD_INVALID 0xFF
Disable RSSI events for connections.
#define BLE_GAP_SEC_RAND_LEN 8
GAP Security Random Number Length.
#define BLE_GAP_SEC_KEY_LEN 16
GAP Security Key Length.
#define BLE_GAP_LESC_P256_PK_LEN 64
GAP LE Secure Connections Elliptic Curve Diffie-Hellman P-256 Public Key Length.
#define BLE_GAP_LESC_DHKEY_LEN 32
GAP LE Secure Connections Elliptic Curve Diffie-Hellman DHKey Length.
#define BLE_GAP_PASSKEY_LEN 6
GAP Passkey Length.
#define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8)
Maximum amount of addresses in the whitelist.
#define BLE_GAP_DEVICE_IDENTITIES_MAX_COUNT (8)
Maximum amount of identities in the device identities list.
#define BLE_GAP_CONN_COUNT_DEFAULT (1)
Default connection count for a configuration.
#define BLE_GAP_DATA_LENGTH_AUTO 0
Automatic data length parameter.

Detailed Description