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

Description

AVRC received messages to sent to the upper layer.

Data Fields

uint8_t msg_type
 Message type CMD/RSP.
 
uint8_t handle
 connection Handle
 
uint8_t label
 label
 
uint8_t opcode
 opcode of the command or response
 
union {
   wiced_bt_avrc_rsp_t   response
 response message
 
   wiced_bt_avrc_cmd_t   command
 command message
 
type
 Received message type.