BlueNRG-MS pack for STM32CubeMX: _evt_l2cap_conn_upd_req Struct Reference

STM32CubeMX BlueNRG-MS

BlueNRG-MS pack for STM32CubeMX  V4.4.0
The BlueNRG-MS pack is an additional software for STM32CubeMX.
_evt_l2cap_conn_upd_req Struct Reference

#include <bluenrg_l2cap_aci.h>

Data Fields

uint16_t conn_handle
 
uint8_t event_data_length
 
uint8_t identifier
 
uint16_t l2cap_length
 
uint16_t interval_min
 
uint16_t interval_max
 
uint16_t slave_latency
 
uint16_t timeout_mult
 

Field Documentation

◆ conn_handle

uint16_t conn_handle

Handle of the connection for which the connection update request has been received. The same handle has to be returned while responding to the event with the command aci_l2cap_connection_parameter_update_response().

◆ event_data_length

uint8_t event_data_length

Length of following data.

◆ identifier

uint8_t identifier

This is the identifier which associates the request to the response. The same identifier has to be returned by the upper layer in the command aci_l2cap_connection_parameter_update_response().

◆ interval_max

uint16_t interval_max

Value as defined in Bluetooth 4.0 spec, Volume 3, Part A 4.20.

◆ interval_min

uint16_t interval_min

Value as defined in Bluetooth 4.0 spec, Volume 3, Part A 4.20.

◆ l2cap_length

uint16_t l2cap_length

Length of the L2CAP connection update request.

◆ slave_latency

uint16_t slave_latency

Value as defined in Bluetooth 4.0 spec, Volume 3, Part A 4.20.

◆ timeout_mult

uint16_t timeout_mult

Value as defined in Bluetooth 4.0 spec, Volume 3, Part A 4.20.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 15 2019 18:10:40 for BlueNRG-MS pack for STM32CubeMX by   doxygen 1.8.13