AIROC™ BTSDK v4.2 - Documentation | ||||
Define a Data Received Buffer structure, which is used to pass received data back up through the stack. 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. | |
Define a Data Received Buffer structure, which is used to pass received data back up through the stack.