S332 SoftDevice v0.9.1
Macros |
|
| #define | BLE_GAP_DEFAULT_PRIVATE_ADDR_CYCLE_INTERVAL_S (60 * 15) |
|
The default interval in seconds at which a private address is refreshed when address cycle mode is
BLE_GAP_ADDR_CYCLE_MODE_AUTO
.
|
|
| #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_DEVNAME_MAX_LEN 31 |
|
GAP device name maximum length.
|
|
| #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 a whitelist.
|
|
| #define | BLE_GAP_WHITELIST_IRK_MAX_COUNT (8) |
|
Maximum amount of IRKs in a whitelist.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define BLE_GAP_WHITELIST_IRK_MAX_COUNT (8) |
Maximum amount of IRKs in a whitelist.
- Note
- The number of IRKs is limited to 8, even if the hardware supports more.