1#ifndef BLUETOE_LINK_LAYER_CONNECTION_EVENT_HPP
2#define BLUETOE_LINK_LAYER_CONNECTION_EVENT_HPP
64 bool unacknowledged_data_present,
65 bool last_received_not_empty_present,
66 bool last_transmitted_not_empty_happend,
67 bool last_received_had_more_data_present,
68 bool pending_outgoing_data_present,
set of events, that could have happend during a connection event
Definition: connection_events.hpp:14
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
Definition: connection_events.hpp:63
connection_event_events()
c'tor to reset all flags
Definition: connection_events.hpp:50
bool unacknowledged_data
The last, not empty PDU, that was send out during the connection event was not acknowlaged by the cen...
Definition: connection_events.hpp:19
bool last_transmitted_not_empty
At the last connection event, there was at least one PDU transmitted, that was not empty.
Definition: connection_events.hpp:30
bool last_received_not_empty
At the last connection event, there was at least one not empty PDU received from the central.
Definition: connection_events.hpp:25
bool last_received_had_more_data
The last PDU received at the connection event, had the MD flag beeing set.
Definition: connection_events.hpp:35
bool error_occured
there was a CRC error at the last connection event
Definition: connection_events.hpp:45
bool pending_outgoing_data
There is pending, outgoing data.
Definition: connection_events.hpp:40