Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Set browsed player response structure. More...
#include <zephyr/bluetooth/classic/avrcp.h>
Data Fields | |
uint8_t | status |
Status see bt_avrcp_status_t. | |
uint16_t | uid_counter |
UID counter. | |
uint32_t | num_items |
Number of items in the folder. | |
uint16_t | charset_id |
Character set ID. | |
uint8_t | folder_depth |
Folder depth. | |
struct bt_avrcp_folder_name | folder_names [0] |
Folder names data. |
Set browsed player response structure.
uint16_t bt_avrcp_set_browsed_player_rsp::charset_id |
Character set ID.
uint8_t bt_avrcp_set_browsed_player_rsp::folder_depth |
Folder depth.
struct bt_avrcp_folder_name bt_avrcp_set_browsed_player_rsp::folder_names[0] |
Folder names data.
uint32_t bt_avrcp_set_browsed_player_rsp::num_items |
Number of items in the folder.
uint8_t bt_avrcp_set_browsed_player_rsp::status |
Status see bt_avrcp_status_t.
uint16_t bt_avrcp_set_browsed_player_rsp::uid_counter |
UID counter.