nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_opt_privacy_t Struct Reference

Custom Privacy Options. More...

#include <ble_gap.h>

Data Fields

ble_gap_irk_tp_irk
 
uint16_t interval_s
 

Detailed Description

Custom Privacy Options.

Note
The specified address cycle interval is used when the address cycle mode is BLE_GAP_ADDR_CYCLE_MODE_AUTO. If 0 is given, the address will not be refreshed at any interval, and not at start of advertising. A new address can be generated manually by calling sd_ble_gap_address_set with the same type again. The default interval is BLE_GAP_DEFAULT_PRIVATE_ADDR_CYCLE_INTERVAL_S.
If cycle mode is BLE_GAP_ADDR_CYCLE_MODE_AUTO, the address will immediately be refreshed when this option is set.

Field Documentation

uint16_t ble_gap_opt_privacy_t::interval_s

When input: Custom private address cycle interval in seconds. When output: The current private address cycle interval.

ble_gap_irk_t* ble_gap_opt_privacy_t::p_irk

When input: Pointer to custom IRK, or NULL to use/reset to the device's default IRK. When output: Pointer to where the current IRK is to be stored, or NULL to not read out the IRK.