|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
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. | |
GetPlayStatus response.
| uint8_t bt_avrcp_get_play_status_rsp::play_status |
Play status: bt_avrcp_playback_status_t.
| uint32_t bt_avrcp_get_play_status_rsp::song_length |
Total length of the song in milliseconds.
| uint32_t bt_avrcp_get_play_status_rsp::song_position |
Current position in the song in milliseconds.