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

Description

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.