ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_avrc_ct_send_metadata_cmd()
from the following samples and libraries:
a2dp_sink sample
a2dp_gatts_coex sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_avrc_ct_send_metadata_cmd()
esp_avrc_ct_send_metadata_cmd() function
Send metadata command to AVRCP target. This function should be called after ESP_AVRC_CT_CONNECTION_STATE_EVT is received and AVRCP connection is established.
Syntax
Show:
Summary
Declaration
from
esp_avrc_api.h:568
esp_err_t
esp_avrc_ct_send_metadata_cmd
(
uint8_t
tl
,
uint8_t
attr_mask
)
;
Arguments
Argument
Description
tl
transaction label, 0 to 15, consecutive commands should use different values.
attr_mask
mask of attributes, e.g. ESP_AVRC_MD_ATTR_ID_TITLE | ESP_AVRC_MD_ATTR_ID_ARTIST.
Return value
- ESP_OK: success - ESP_ERR_INVALID_STATE: if bluetooth stack is not yet enabled - ESP_FAIL: others
Examples
esp_avrc_ct_send_metadata_cmd()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out