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

Option structure for GAP options. More...

#include <ble_gap.h>

Data Fields

ble_gap_opt_ch_map_t ch_map
 
ble_gap_opt_local_conn_latency_t local_conn_latency
 
ble_gap_opt_passkey_t passkey
 
ble_gap_opt_privacy_t privacy
 
ble_gap_opt_scan_req_report_t scan_req_report
 
ble_gap_opt_compat_mode_t compat_mode
 

Detailed Description

Option structure for GAP options.

Field Documentation

ble_gap_opt_ch_map_t ble_gap_opt_t::ch_map

Parameters for the Channel Map option.

ble_gap_opt_compat_mode_t ble_gap_opt_t::compat_mode

Parameters for the compatibility mode option.

ble_gap_opt_local_conn_latency_t ble_gap_opt_t::local_conn_latency

Parameters for the Local connection latency option

ble_gap_opt_passkey_t ble_gap_opt_t::passkey

Parameters for the Passkey option.

ble_gap_opt_privacy_t ble_gap_opt_t::privacy

Parameters for the Custom privacy option.

ble_gap_opt_scan_req_report_t ble_gap_opt_t::scan_req_report

Parameters for the scan request report option.