set of events, that could have happend during a connection event
More...
#include <bluetoe/link_layer/include/bluetoe/connection_events.hpp>
|
| 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
|
|
|
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
|
|
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: