TI BLE Stack API Documentation  2.03.08
Public Attributes | List of all members
attFlowCtrlViolatedEvt_t Struct Reference

#include <att.h>

Public Attributes

uint8 opcode
 opcode of message that caused flow control violation
 
uint8 pendingOpcode
 opcode of pending message
 

Detailed Description

The following two ATT events are generated locally (not received OTA) by the ATT Server or Client. ATT Flow Control Violated Event message format. This message is sent to the app by the local ATT Server or Client when a sequential ATT Request-Response or Indication-Confirmation protocol flow control is violated for a connection. All subsequent ATT Requests and Indications received by the local ATT Server and Client respectively will be dropped.

This message is to inform the app (that has registered with GAP by calling GAP_RegisterForMsgs()) in case it wants to drop the connection.


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