Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_opt_t Union Reference

ble_gap_opt_t Union Reference
[Generic Access Profile (GAP)]

Option structure for GAP options. More...

#include <ble_gap.h>

Data Fields

ble_gap_opt_local_conn_latency_t local_conn_latency
 Local connection latency.
ble_gap_opt_passkey_t passkey
 Passkey to be used for pairing.
ble_gap_opt_privacy_t privacy
 Custom privacy options.

Detailed Description

Option structure for GAP options.

Definition at line 672 of file ble_gap.h.


Field Documentation

Local connection latency.

Definition at line 674 of file ble_gap.h.

Passkey to be used for pairing.

Definition at line 675 of file ble_gap.h.

Custom privacy options.

Definition at line 676 of file ble_gap.h.