Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_avrcp_get_play_status_rsp Struct Reference

GetPlayStatus response. More...

#include <zephyr/bluetooth/classic/avrcp.h>

Data Fields

uint32_t song_length
 Total length of the song in milliseconds.
uint32_t song_position
 Current position in the song in milliseconds.
uint8_t play_status
 Play status: bt_avrcp_playback_status_t.

Detailed Description

GetPlayStatus response.

Field Documentation

◆ play_status

uint8_t bt_avrcp_get_play_status_rsp::play_status

◆ song_length

uint32_t bt_avrcp_get_play_status_rsp::song_length

Total length of the song in milliseconds.

◆ song_position

uint32_t bt_avrcp_get_play_status_rsp::song_position

Current position in the song in milliseconds.


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