ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_avrc_tg_send_rn_rsp()
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_tg_send_rn_rsp()
esp_avrc_tg_send_rn_rsp() function
Send RegisterNotification Response to remote AVRCP controller. Local event notification capability can be set using esp_avrc_tg_set_rn_evt_cap(), in a bit mask representation in evt_set. This function should be called after esp_avrc_tg_init().
Syntax
Show:
Summary
Declaration
from
esp_avrc_api.h:764
esp_err_t
esp_avrc_tg_send_rn_rsp
(
esp_avrc_rn_event_ids_t
event_id
,
esp_avrc_rn_rsp_t
rsp
,
esp_avrc_rn_param_t
*
param
)
;
Arguments
Argument
Description
event_id
notification event ID that remote AVRCP CT registers
rsp
notification response code
param
parameters included in the specific notification
Return value
- ESP_OK: success - ESP_ERR_INVALID_STATE: if bluetooth stack is not enabled or AVRC TG is not initialized - ESP_ERR_INVALID_ARG: if evt_set is NULL
Examples
esp_avrc_tg_send_rn_rsp()
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