![]() |
MT7697 API Reference
LinkIt SDK v4
|
LE create connection command. More...
#include <bt_hci.h>
Data Fields | |
| uint16_t | le_scan_interval |
| Scan interval. More... | |
| uint16_t | le_scan_window |
| Scan window. More... | |
| bt_hci_conn_filter_type_t | initiator_filter_policy |
| Initiator filter policy. More... | |
| bt_addr_t | peer_address |
| The address of the peer device. More... | |
| bt_addr_type_t | own_address_type |
| Address type of the local device. More... | |
| uint16_t | conn_interval_min |
| The minimum value for the connection event interval. More... | |
| uint16_t | conn_interval_max |
| The maximum value for the connection event interval. More... | |
| uint16_t | conn_latency |
| Slave latency for the connection. More... | |
| uint16_t | supervision_timeout |
| Supervision timeout for the LE link. More... | |
| uint16_t | minimum_ce_length |
| The minimum length of a connection event needed for this LE connection. More... | |
| uint16_t | maximum_ce_length |
| The maximum length of a connection event needed for this LE connection. More... | |
LE create connection command.
| uint16_t conn_interval_max |
The maximum value for the connection event interval.
The range is from 0x0006 to 0x0190.
| uint16_t conn_interval_min |
The minimum value for the connection event interval.
The range is from 0x0006 to 0x0190.
| uint16_t conn_latency |
Slave latency for the connection.
The range is from 0x0000 to 0x01F3.
| bt_hci_conn_filter_type_t initiator_filter_policy |
Initiator filter policy.
| uint16_t le_scan_interval |
Scan interval.
The range is from 0x0004 to 0x4000.
| uint16_t le_scan_window |
Scan window.
The range is from 0x0004 to 0x4000.
| uint16_t maximum_ce_length |
The maximum length of a connection event needed for this LE connection.
The range is from 0x0000 to 0xFFFF.
| uint16_t minimum_ce_length |
The minimum length of a connection event needed for this LE connection.
The range is from 0x0000 to 0xFFFF.
| bt_addr_type_t own_address_type |
Address type of the local device.
| bt_addr_t peer_address |
The address of the peer device.
| uint16_t supervision_timeout |
Supervision timeout for the LE link.
The range is from 0x000A to 0x0C80.