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_DEVNAME_DEFAULT "nRF5x" |
|
GAP device name defines.
More...
|
|
| #define | BLE_GAP_DEVNAME_DEFAULT_LEN 31 |
| #define | BLE_GAP_DEVNAME_MAX_LEN 248 |
| #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.
|
|
Detailed Description
Macro Definition Documentation
| #define BLE_GAP_DEVNAME_DEFAULT "nRF5x" |
GAP device name defines.
Default device name value.
| #define BLE_GAP_DEVNAME_DEFAULT_LEN 31 |
Default number of octets in device name.
| #define BLE_GAP_DEVNAME_MAX_LEN 248 |
Maximum number of octets in device name.