BlueNRG-MS pack for STM32CubeMX: _evt_l2cap_conn_upd_resp 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_resp Struct Reference

#include <bluenrg_l2cap_aci.h>

Data Fields

uint16_t conn_handle
 
uint8_t event_data_length
 
uint8_t code
 
uint8_t identifier
 
uint16_t l2cap_length
 
uint16_t result
 

Field Documentation

◆ code

uint8_t code
  • 0x13 in case of valid L2CAP Connection Parameter Update Response packet.
  • 0x01 in case of Command Reject.

◆ conn_handle

uint16_t conn_handle

The connection handle related to the event.

◆ event_data_length

uint8_t event_data_length

Length of following data.

◆ identifier

uint8_t identifier

Identifier of the response. It is equal to the request.

◆ l2cap_length

uint16_t l2cap_length

Length of following data. It should always be 2

◆ result

uint16_t result

Result code (parameters accepted or rejected) in case of Connection Parameter Update Response (code=0x13) or reason code for rejection in case of Command Reject (code=0x01).


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