Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_subrate_changed Struct Reference

Updated subrating connection parameters for LE connections. More...

#include <conn.h>

Data Fields

uint8_t status
 HCI Status from LE Subrate Changed event.
 
uint16_t factor
 Connection subrate factor.
 
uint16_t continuation_number
 Number of underlying connection events to remain active after a packet containing a Link Layer PDU with a non-zero Length field is sent or received.
 
uint16_t peripheral_latency
 Peripheral latency in units of subrated connection intervals.
 
uint16_t supervision_timeout
 Connection Supervision timeout (N * 10 ms).
 

Detailed Description

Updated subrating connection parameters for LE connections.

Field Documentation

◆ continuation_number

uint16_t bt_conn_le_subrate_changed::continuation_number

Number of underlying connection events to remain active after a packet containing a Link Layer PDU with a non-zero Length field is sent or received.

◆ factor

uint16_t bt_conn_le_subrate_changed::factor

Connection subrate factor.

◆ peripheral_latency

uint16_t bt_conn_le_subrate_changed::peripheral_latency

Peripheral latency in units of subrated connection intervals.

◆ status

uint8_t bt_conn_le_subrate_changed::status

HCI Status from LE Subrate Changed event.

The remaining parameters will be unchanged if status is not BT_HCI_ERR_SUCCESS.

◆ supervision_timeout

uint16_t bt_conn_le_subrate_changed::supervision_timeout

Connection Supervision timeout (N * 10 ms).


The documentation for this struct was generated from the following file: