InPlay API
ble_init_start_t Struct Reference

Initiator start structure. More...

#include <in_ble_gap.h>

Data Fields

uint8_t type
 Initiator type,. More...
 
uint8_t prop
 Initiator proterties,. More...
 
uint16_t conn_tmo
 
struct scan_wd_op_param scan_param_1m
 Scan window opening parameters for LE 1M PHY.
 
struct scan_wd_op_param scan_param_coded
 Scan window opening parameters for LE Coded PHY.
 
struct conn_param conn_param_1m
 Connection parameters for LE 1M PHY.
 
struct conn_param conn_param_2m
 Connection parameters for LE 2M PHY.
 
struct conn_param conn_param_coded
 Connection parameters for LE Coded PHY.
 
ble_bdaddr_t peer_addr
 Address of peer device in case white list is not used for connection.
 

Detailed Description

Initiator start structure.

Field Documentation

◆ conn_tmo

uint16_t conn_tmo

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.

◆ prop

uint8_t prop

Initiator proterties,.

See also
enum in_ble_initiator_prop.

◆ type

uint8_t type

Initiator type,.

See also
enum in_ble_initiator_type.