Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_avrcp_set_browsed_player_rsp Struct Reference

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.

Detailed Description

Set browsed player response structure.

Field Documentation

◆ charset_id

uint16_t bt_avrcp_set_browsed_player_rsp::charset_id

Character set ID.

◆ folder_depth

uint8_t bt_avrcp_set_browsed_player_rsp::folder_depth

Folder depth.

◆ folder_names

struct bt_avrcp_folder_name bt_avrcp_set_browsed_player_rsp::folder_names[0]

Folder names data.

◆ num_items

uint32_t bt_avrcp_set_browsed_player_rsp::num_items

Number of items in the folder.

◆ status

uint8_t bt_avrcp_set_browsed_player_rsp::status

Status see bt_avrcp_status_t.

◆ uid_counter

uint16_t bt_avrcp_set_browsed_player_rsp::uid_counter

UID counter.


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