AVRC Transmit buffer - used to build and transmit application payload.
Data Fields | |
| uint16_t | buffer_size |
| The size of the payload buffer | |
| uint16_t | len_used |
| The amount of data in the buffer | |
| uint8_t | is_cmd |
| TRUE if a command, FALSE if a response | |
| uint8_t | meta_pdu_id |
| The MetaData (vendor dependant) PDU ID | |
| uint8_t | payload [1] |
| Actual size is specified in buffer_size. | |