Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages

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

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.