Legacy initiating parameters. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | type |
ble_gap_bdaddr_t | peer_addr |
uint16_t | interval_min |
uint16_t | interval_max |
uint16_t | slave_latency |
uint16_t | sup_timeout |
uint16_t | conn_timeout |
Legacy initiating parameters.
Definition at line 734 of file ble_gapm.h.
uint16_t ble_gap_init_param_t::conn_timeout |
Timeout for 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 744 of file ble_gapm.h.
uint16_t ble_gap_init_param_t::interval_max |
Maximum value for the connection interval (in unit of 1.25ms). Shall be greater than or equal to interval_min value. Allowed range is 7.5 ms to 4s.
Definition at line 740 of file ble_gapm.h.
uint16_t ble_gap_init_param_t::interval_min |
Minimum value for the connection interval (in unit of 1.25ms). Shall be less than or equal to interval_max value. Allowed range is 7.5 ms to 4s.
Definition at line 738 of file ble_gapm.h.
ble_gap_bdaddr_t ble_gap_init_param_t::peer_addr |
Peer device address.
Definition at line 737 of file ble_gapm.h.
uint16_t ble_gap_init_param_t::slave_latency |
Slave latency. Number of events that can be missed by a connected slave device.
Definition at line 742 of file ble_gapm.h.
uint16_t ble_gap_init_param_t::sup_timeout |
Link supervision timeout (in unit of 10ms). Allowed range is 100 ms to 32s.
Definition at line 743 of file ble_gapm.h.
uint8_t ble_gap_init_param_t::type |
Initiating type (see enum ble_gap_init_type_t).
Definition at line 736 of file ble_gapm.h.