Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
mpl_cmd Struct Reference

Media player command. More...

#include <zephyr/bluetooth/audio/media_proxy.h>

Data Fields

uint8_t opcode
 The opcode.
bool use_param
 Whether or not the mpl_cmd::param is used.
int32_t param
 A 32-bit signed parameter.

Detailed Description

Media player command.

Field Documentation

◆ opcode

uint8_t mpl_cmd::opcode

The opcode.

See the MEDIA_PROXY_OP_* values

◆ param

int32_t mpl_cmd::param

A 32-bit signed parameter.

The parameter value depends on the mpl_cmd::opcode

◆ use_param

bool mpl_cmd::use_param

Whether or not the mpl_cmd::param is used.


The documentation for this struct was generated from the following file: