ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_a2d_media_ctrl()
from the following samples and libraries:
a2dp_source 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_a2d_media_ctrl()
esp_a2d_media_ctrl() function
Media control commands. This API can be used for both A2DP sink and source and must be called after esp_a2d_sink_init() and before esp_a2d_sink_deinit().
Syntax
Show:
Summary
Declaration
from
esp_a2dp_api.h:376
esp_err_t
esp_a2d_media_ctrl
(
esp_a2d_media_ctrl_t
ctrl
)
;
Arguments
Argument
Description
ctrl
control commands for A2DP data channel
Return value
- ESP_OK: control command is sent to lower layer successfully - ESP_ERR_INVALID_STATE: if bluetooth stack is not yet enabled - ESP_FAIL: others
Examples
esp_a2d_media_ctrl()
is referenced by 1 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