Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include <conn.h>
Data Fields | |
uint32_t | options |
Bit-field of create connection options. | |
uint16_t | interval |
Scan interval (N * 0.625 ms) | |
uint16_t | window |
Scan window (N * 0.625 ms) | |
uint16_t | interval_coded |
Scan interval LE Coded PHY (N * 0.625 MS) | |
uint16_t | window_coded |
Scan window LE Coded PHY (N * 0.625 MS) | |
uint16_t | timeout |
Connection initiation timeout (N * 10 MS) | |
uint16_t bt_conn_le_create_param::interval |
Scan interval (N * 0.625 ms)
uint16_t bt_conn_le_create_param::interval_coded |
Scan interval LE Coded PHY (N * 0.625 MS)
Set zero to use same as LE 1M PHY scan interval
uint32_t bt_conn_le_create_param::options |
Bit-field of create connection options.
uint16_t bt_conn_le_create_param::timeout |
Connection initiation timeout (N * 10 MS)
Set zero to use the default CONFIG_BT_CREATE_CONN_TIMEOUT
timeout.
uint16_t bt_conn_le_create_param::window |
Scan window (N * 0.625 ms)
uint16_t bt_conn_le_create_param::window_coded |
Scan window LE Coded PHY (N * 0.625 MS)
Set zero to use same as LE 1M PHY scan window.