Bluetooth Host Stack Library
wiced_bt_ble_ext_conn_cfg_t Struct Reference

Description

Extended ADV connection configuration structure.

Data Fields

uint8_t adv_handle
 advertising handle, Range: 0x00 to 0xEF or 0xFF. More...
 
uint8_t sub_event
 subevent,Range: 0x00 to 0x7F or 0xFF. More...
 
wiced_bt_ble_ext_adv_phy_mask_t initiating_phys
 Bit 0 = 1: Scan connectable advertisements on the LE 1M PHY. More...
 
uint16_t scan_int [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0004 to 0xFFFF.Time = N * 0.625 ms. More...
 
uint16_t scan_window [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0004 to 0xFFFF.Time = N * 0.625 ms. More...
 
uint16_t min_conn_int [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0006 to 0x0C80 Time = N * 1.25 ms Time Range: 7.5 ms to 4 s.
 
uint16_t max_conn_int [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0006 to 0x0C80 Time = N * 1.25 ms Time Range: 7.5 ms to 4 s.
 
uint16_t conn_latency [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0000 to 0x01F3.
 
uint16_t supervision_to [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x000A to 0x0C80 Time = N * 10 ms Time Range: 100 ms to 32 s.
 
uint16_t min_ce_len [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0000 � 0xFFFF. More...
 
uint16_t max_ce_len [WICED_BT_BLE_EXT_ADV_NUM_PHYS]
 Range N: 0x0000 � 0xFFFF. More...
 

Field Documentation

◆ adv_handle

uint8_t wiced_bt_ble_ext_conn_cfg_t::adv_handle

advertising handle, Range: 0x00 to 0xEF or 0xFF.

Note
adv_handle shall be set to 0xff in case adv_handle parameter is not to be used

◆ sub_event

uint8_t wiced_bt_ble_ext_conn_cfg_t::sub_event

subevent,Range: 0x00 to 0x7F or 0xFF.

Note
sub_event shall be set to 0xff in case sub_event parameter is not to be used

◆ initiating_phys

wiced_bt_ble_ext_adv_phy_mask_t wiced_bt_ble_ext_conn_cfg_t::initiating_phys

Bit 0 = 1: Scan connectable advertisements on the LE 1M PHY.

Connection parameters for the LE 1M PHY are provided. Bit 1 = 1: Connection parameters for the LE 2M PHY are provided. Bit 2 = 1: Scan connectable advertisements on the LE Coded PHY. Connection parameters for the LE Coded PHY are provided. The PHY(s) bit mask on which the advertising packets should be received on the primary advertising channel and the PHYs for which connection parameters have been specified.

◆ scan_int

uint16_t wiced_bt_ble_ext_conn_cfg_t::scan_int[WICED_BT_BLE_EXT_ADV_NUM_PHYS]

Range N: 0x0004 to 0xFFFF.Time = N * 0.625 ms.

Time Range: 2.5 ms to 40.959375 s

◆ scan_window

uint16_t wiced_bt_ble_ext_conn_cfg_t::scan_window[WICED_BT_BLE_EXT_ADV_NUM_PHYS]

Range N: 0x0004 to 0xFFFF.Time = N * 0.625 ms.

Time Range: 2.5 ms to 40.959375 s

◆ min_ce_len

uint16_t wiced_bt_ble_ext_conn_cfg_t::min_ce_len[WICED_BT_BLE_EXT_ADV_NUM_PHYS]

Range N: 0x0000 � 0xFFFF.

Time = N * 0.625 ms

◆ max_ce_len

uint16_t wiced_bt_ble_ext_conn_cfg_t::max_ce_len[WICED_BT_BLE_EXT_ADV_NUM_PHYS]

Range N: 0x0000 � 0xFFFF.

Time = N * 0.625 ms