test

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
[Structures]

Option structure for GAP options. More...

#include <ble_gap.h>

Data Fields

ble_gap_opt_ch_map_t ch_map
 Parameters for the Channel Map option.
ble_gap_opt_local_conn_latency_t local_conn_latency
 Parameters for the Local connection latency option.
ble_gap_opt_passkey_t passkey
 Parameters for the Passkey option.
ble_gap_opt_privacy_t privacy
 Parameters for the Custom privacy option.
ble_gap_opt_scan_req_report_t scan_req_report
 Parameters for the scan request report option.
ble_gap_opt_compat_mode_t compat_mode
 Parameters for the compatibility mode option.

Detailed Description

Option structure for GAP options.

Definition at line 886 of file ble_gap.h.


Field Documentation

Parameters for the Channel Map option.

Definition at line 888 of file ble_gap.h.

Parameters for the compatibility mode option.

Definition at line 893 of file ble_gap.h.

Parameters for the Local connection latency option.

Definition at line 889 of file ble_gap.h.

Parameters for the Passkey option.

Definition at line 890 of file ble_gap.h.

Parameters for the Custom privacy option.

Definition at line 891 of file ble_gap.h.

Parameters for the scan request report option.

Definition at line 892 of file ble_gap.h.