Legacy initiating parameters. More...
#include <ble_gapm.h>
Data Fields | |
| uint8_t | type |
| 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.
| uint16_t 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.
| uint16_t 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.
| uint16_t 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.
| gap_bdaddr_t gap_init_param_t::peer_addr |
Peer device address.
| uint16_t gap_init_param_t::slave_latency |
Slave latency. Number of events that can be missed by a connected slave device.
| uint16_t gap_init_param_t::sup_timeout |
Link supervision timeout (in unit of 10ms). Allowed range is 100 ms to 32s.
| uint8_t gap_init_param_t::type |
Initiating type (see enum gap_init_type_t).