Infineon Logo AIROC BTSDK v4.4 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
tDRB Struct Reference

Data Received Buffer (DRB) used to receive data from the peer. More...

Data Fields

uint16_t drb_data_len
 The amount of data in the DRB.
 
uint16_t drb_data_offset
 The starting offset of the data in the DRB.
 
uint8_t drb_data [1]
 The actual received data starts here, the next bytes received continue, upto a max of MTU size configured.
 

Detailed Description

Data Received Buffer (DRB) used to receive data from the peer.

The size of the DRB allocated is DRB_OVERHEAD_SIZE + size of MTU (or the maximum data to be received) from the peer


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