Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_data_length_param_t Struct Reference

Description

Local suggested or Max 'tx octets' and 'tx time'.

Data Fields

uint16_t suggestedTxOctets
 Controller's maximum transmitted number of payload octets to be used for new connections.
 
uint16_t suggestedTxTime
 Controller's maximum packet transmission time, in microseconds, to be used for new connections.
 
uint16_t maxTxOctets
 Maximum number of payload octets that the local Controller supports for transmission of a single Link Layer Data Channel PDU.
 
uint16_t maxTxTime
 Maximum time, in microseconds, that the local Controller supports for transmission of a single Link Layer Data Channel PDU.
 
uint16_t maxRxOctets
 Maximum number of payload octets that the local Controller supports for reception of a single Link Layer Data Channel PDU.
 
uint16_t maxRxTime
 Maximum time, in microseconds, that the local Controller supports for reception of a single Link Layer Data Channel PDU.