nRF51 SDK - S110 SoftDevice
|
Custom Privacy Options. More...
#include <ble_gap.h>
Data Fields | |
ble_gap_irk_t * | p_irk |
uint16_t | interval_s |
Custom Privacy Options.
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.