Extended initiating parameters. More...

#include <ble_gapm.h>

Public Attributes

uint8_t type
 Initiating type (see enum gap_init_type_t). More...
 
uint8_t prop
 Properties for the initiating procedure (see enum gap_init_prop_t for bit signification). More...
 
uint16_t conn_to
 Timeout for automatic connection establishment (in unit of 10ms). More...
 
gap_scan_wd_op_param_t scan_param_1m
 Scan window opening parameters for LE 1M PHY. More...
 
gap_scan_wd_op_param_t scan_param_coded
 Scan window opening parameters for LE Coded PHY. More...
 
gap_ext_conn_param_t conn_param_1m
 Connection parameters for LE 1M PHY. More...
 
gap_ext_conn_param_t conn_param_2m
 Connection parameters for LE 2M PHY. More...
 
gap_ext_conn_param_t conn_param_coded
 Connection parameters for LE Coded PHY. More...
 
gap_bdaddr_t peer_addr
 Address of peer device in case white list is not used for connection. More...
 

Detailed Description

Extended initiating parameters.

Definition at line 698 of file ble_gapm.h.

Member Data Documentation

◆ conn_param_1m

gap_ext_conn_param_t gap_ext_init_param_t::conn_param_1m

Connection parameters for LE 1M PHY.

Definition at line 707 of file ble_gapm.h.

◆ conn_param_2m

gap_ext_conn_param_t gap_ext_init_param_t::conn_param_2m

Connection parameters for LE 2M PHY.

Definition at line 708 of file ble_gapm.h.

◆ conn_param_coded

gap_ext_conn_param_t gap_ext_init_param_t::conn_param_coded

Connection parameters for LE Coded PHY.

Definition at line 709 of file ble_gapm.h.

◆ conn_to

uint16_t gap_ext_init_param_t::conn_to

Timeout for automatic connection establishment (in unit of 10ms).

Cancel the procedure if connection has not been connected when the timeout occurs. 0 means there is no timeout.

Definition at line 702 of file ble_gapm.h.

◆ peer_addr

gap_bdaddr_t gap_ext_init_param_t::peer_addr

Address of peer device in case white list is not used for connection.

Definition at line 710 of file ble_gapm.h.

◆ prop

uint8_t gap_ext_init_param_t::prop

Properties for the initiating procedure (see enum gap_init_prop_t for bit signification).

Definition at line 701 of file ble_gapm.h.

◆ scan_param_1m

gap_scan_wd_op_param_t gap_ext_init_param_t::scan_param_1m

Scan window opening parameters for LE 1M PHY.

Definition at line 705 of file ble_gapm.h.

◆ scan_param_coded

gap_scan_wd_op_param_t gap_ext_init_param_t::scan_param_coded

Scan window opening parameters for LE Coded PHY.

Definition at line 706 of file ble_gapm.h.

◆ type

uint8_t gap_ext_init_param_t::type

Initiating type (see enum gap_init_type_t).

Definition at line 700 of file ble_gapm.h.


The documentation for this struct was generated from the following file: