BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bluetoe::link_layer::connection_event_events Struct Reference

set of events, that could have happend during a connection event More...

#include <bluetoe/link_layer/include/bluetoe/connection_events.hpp>

Public Member Functions

 connection_event_events ()
 c'tor to reset all flags
 
 connection_event_events (bool unacknowledged_data_present, bool last_received_not_empty_present, bool last_transmitted_not_empty_happend, bool last_received_had_more_data_present, bool pending_outgoing_data_present, bool error_present)
 c'tor to define all flags
 

Public Attributes

bool unacknowledged_data
 The last, not empty PDU, that was send out during the connection event was not acknowlaged by the central yet.
 
bool last_received_not_empty
 At the last connection event, there was at least one not empty PDU received from the central.
 
bool last_transmitted_not_empty
 At the last connection event, there was at least one PDU transmitted, that was not empty.
 
bool last_received_had_more_data
 The last PDU received at the connection event, had the MD flag beeing set.
 
bool pending_outgoing_data
 There is pending, outgoing data.
 
bool error_occured
 there was a CRC error at the last connection event
 

Detailed Description

set of events, that could have happend during a connection event

This is used by the radio to give some details about, what happend in the last connection event.


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