Extended initiating parameters. More...
#include <ble_gapm.h>
Public Attributes | |
ble_gap_init_type_t | type |
Initiating type (see enum ble_gap_init_type_t). More... | |
uint8_t | prop |
Properties for the initiating procedure (see enum ble_gap_init_prop_t for bit signification). More... | |
uint16_t | conn_to |
Timeout for automatic connection establishment (in unit of 10ms). More... | |
ble_gap_scan_wd_op_param_t | scan_param_1m |
Scan window opening parameters for LE 1M PHY. More... | |
ble_gap_scan_wd_op_param_t | scan_param_coded |
Scan window opening parameters for LE Coded PHY. More... | |
ble_gap_ext_conn_param_t | conn_param_1m |
Connection parameters for LE 1M PHY. More... | |
ble_gap_ext_conn_param_t | conn_param_2m |
Connection parameters for LE 2M PHY. More... | |
ble_gap_ext_conn_param_t | conn_param_coded |
Connection parameters for LE Coded PHY. More... | |
ble_gap_bdaddr_t | peer_addr |
Address of peer device in case white list is not used for connection. More... | |
Extended initiating parameters.
Definition at line 711 of file ble_gapm.h.
ble_gap_ext_conn_param_t ble_gap_ext_init_param_t::conn_param_1m |
Connection parameters for LE 1M PHY.
Definition at line 718 of file ble_gapm.h.
ble_gap_ext_conn_param_t ble_gap_ext_init_param_t::conn_param_2m |
Connection parameters for LE 2M PHY.
Definition at line 719 of file ble_gapm.h.
ble_gap_ext_conn_param_t ble_gap_ext_init_param_t::conn_param_coded |
Connection parameters for LE Coded PHY.
Definition at line 720 of file ble_gapm.h.
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 715 of file ble_gapm.h.
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 721 of file ble_gapm.h.
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 714 of file ble_gapm.h.
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 716 of file ble_gapm.h.
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 717 of file ble_gapm.h.
ble_gap_init_type_t ble_gap_ext_init_param_t::type |
Initiating type (see enum ble_gap_init_type_t).
Definition at line 713 of file ble_gapm.h.