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

Search command request. More...

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

Data Fields

uint16_t charset_id
 Character set ID for str, bt_avrcp_charset_t.
uint16_t search_str_len
 Length of search string.
uint8_t search_str []
 Search string bytes.

Detailed Description

Search command request.

Field Documentation

◆ charset_id

uint16_t bt_avrcp_search_cmd::charset_id

Character set ID for str, bt_avrcp_charset_t.

◆ search_str

uint8_t bt_avrcp_search_cmd::search_str[]

Search string bytes.

◆ search_str_len

uint16_t bt_avrcp_search_cmd::search_str_len

Length of search string.


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