思澈科技软件开发工具包  2.20
ble_gap_connection_create_param_t Struct Reference

The struture of create connection parameter. More...

#include <bf0_ble_gap.h>

Data Fields

uint8_t own_addr_type
 own addr type. ( More...
 
uint8_t type
 Initiating type (. More...
 
uint16_t conn_to
 Properties for the initiating procedure (. More...
 
ble_gap_conn_param_t conn_param_1m
 Connection parameters for LE 1M PHY.
 
ble_gap_addr_t peer_addr
 Address of peer device in case white list is not used for connection.
 

Detailed Description

The struture of create connection parameter.

Field Documentation

◆ conn_to

uint16_t ble_gap_connection_create_param_t::conn_to

Properties for the initiating procedure (.

See also
enum gapm_init_prop for bit signification) Timeout for automatic connection establishment (in unit of 10ms). Cancel the procedure if not all indicated devices have been connected when the timeout occurs. 0 means there is no timeout

◆ own_addr_type

uint8_t ble_gap_connection_create_param_t::own_addr_type

own addr type. (

See also
enum gapm_own_addr)

◆ type

uint8_t ble_gap_connection_create_param_t::type

Initiating type (.

See also
enum gapm_init_type)

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