Bluetooth Host Stack Library
wiced_ble_legacy_create_conn_t Struct Reference

Description

Create Connection parameter for create a legacy LE ACL connection.

Data Fields

uint16_t le_scan_interval
 Time interval from when the Controller started its lastLE scan until it begins the subsequent LE scan. More...
 
uint16_t le_scan_window
 Amount of time for the duration of the LE scan. More...
 
wiced_ble_legacy_initiator_filter_policy_t initiator_filter_policy
 Initiator filter policy.
 
wiced_bt_ble_address_type_t peer_address_type
 peer address type
 
wiced_bt_device_address_t peer_address
 peer address
 
uint8_t own_address_type
 Option to determine own/peer public, random address or generated RPA to be used for initiating the connection.
 
wiced_bt_ble_pref_conn_params_t conn_params
 Preferred connection parameters.
 

Field Documentation

◆ le_scan_interval

uint16_t wiced_ble_legacy_create_conn_t::le_scan_interval

Time interval from when the Controller started its lastLE scan until it begins the subsequent LE scan.

Range: 0x0004 to 0x4000 Time = N × 0.625 ms Time Range: 2.5 ms to 10.24 s

◆ le_scan_window

uint16_t wiced_ble_legacy_create_conn_t::le_scan_window

Amount of time for the duration of the LE scan.

LE_Scan_Window shall be less than or equal to LE_Scan_Interval Range: 0x0004 to 0x4000 Time = N × 0.625 ms Time Range: 2.5 ms to 10.24 s