Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_conn_phy_param_t Struct Reference

Connection parameters per PHY. More...

Data Fields

uint16_t scan_intv
 Scan interval. More...
 
uint16_t scan_window
 Scan window. More...
 
st_ble_gap_conn_param_tp_conn_param
 Connection interval, slave latency, supervision timeout, and CE length. More...
 

Detailed Description

Connection parameters per PHY.

Field Documentation

◆ scan_intv

uint16_t st_ble_gap_conn_phy_param_t::scan_intv

Scan interval.

Time(ms) = scan_intv * 0.625.

Note
Valid range changes depending on the BLE Protocol Stack library type.
All Features : 0x0004 - 0xFFFF
Balance : 0x0004 - 0x4000

◆ scan_window

uint16_t st_ble_gap_conn_phy_param_t::scan_window

Scan window.

Time(ms) = scan_window * 0.625.

Note
Valid range changes depending on the BLE Protocol Stack library type.
All Features : 0x0004 - 0xFFFF
Balance : 0x0004 - 0x4000

◆ p_conn_param

st_ble_gap_conn_param_t* st_ble_gap_conn_phy_param_t::p_conn_param

Connection interval, slave latency, supervision timeout, and CE length.