Extended initiating parameters. More...

#include <ble_gapm.h>

Public Attributes

uint8_t type
 
uint8_t prop
 
uint16_t conn_to
 
ble_gap_scan_wd_op_param_t scan_param_1m
 
ble_gap_scan_wd_op_param_t scan_param_coded
 
ble_gap_ext_conn_param_t conn_param_1m
 
ble_gap_ext_conn_param_t conn_param_2m
 
ble_gap_ext_conn_param_t conn_param_coded
 
ble_gap_bdaddr_t peer_addr
 

Detailed Description

Extended initiating parameters.

Definition at line 785 of file ble_gapm.h.

Member Data Documentation

◆ conn_param_1m

ble_gap_ext_conn_param_t ble_gap_ext_init_param_t::conn_param_1m

Connection parameters for LE 1M PHY.

Definition at line 794 of file ble_gapm.h.

◆ conn_param_2m

ble_gap_ext_conn_param_t ble_gap_ext_init_param_t::conn_param_2m

Connection parameters for LE 2M PHY.

Definition at line 795 of file ble_gapm.h.

◆ conn_param_coded

ble_gap_ext_conn_param_t ble_gap_ext_init_param_t::conn_param_coded

Connection parameters for LE Coded PHY.

Definition at line 796 of file ble_gapm.h.

◆ conn_to

uint16_t ble_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 789 of file ble_gapm.h.

◆ peer_addr

ble_gap_bdaddr_t ble_gap_ext_init_param_t::peer_addr

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

Definition at line 797 of file ble_gapm.h.

◆ prop

uint8_t ble_gap_ext_init_param_t::prop

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

Definition at line 788 of file ble_gapm.h.

◆ scan_param_1m

ble_gap_scan_wd_op_param_t ble_gap_ext_init_param_t::scan_param_1m

Scan window opening parameters for LE 1M PHY.

Definition at line 792 of file ble_gapm.h.

◆ scan_param_coded

ble_gap_scan_wd_op_param_t ble_gap_ext_init_param_t::scan_param_coded

Scan window opening parameters for LE Coded PHY.

Definition at line 793 of file ble_gapm.h.

◆ type

uint8_t ble_gap_ext_init_param_t::type

Initiating type (see enum ble_gap_init_type_t).

Definition at line 787 of file ble_gapm.h.


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