ESP-IDF
btc_avrc_ct_send_passthrough_cmd()
is only used within ESP-IDF.
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
btc_avrc_ct_send_passthrough_cmd()
btc_avrc_ct_send_passthrough_cmd() function
Syntax
Show:
Summary
Declaration
from
btc_avrc.c:1336
static
bt_status_t
btc_avrc_ct_send_passthrough_cmd
(
uint8_t
tl
,
uint8_t
key_code
,
uint8_t
key_state
)
;
Arguments
Argument
tl
key_code
key_state
Examples
References
from
examples
Code
Location
Referrer
static
bt_status_t
btc_avrc_ct_send_passthrough_cmd
(
uint8_t
tl
,
uint8_t
key_code
,
uint8_t
key_state
)
btc_avrc.c:1336
btc_avrc_ct_send_passthrough_cmd
(
arg
->
pt_cmd
.
tl
,
arg
->
pt_cmd
.
key_code
,
arg
->
pt_cmd
.
key_state
)
;
btc_avrc.c:1545
btc_avrc_ct_call_handler()
Call Tree
from
examples
btc_avrc_ct_send_passthrough_cmd()
is called by 1 function and calls 3 functions:
btc_avrc_ct_call_handler()
All items filtered out
btc_avrc_ct_send_passthrough_cmd()
esp_log_timestamp()
esp_log_write()
BTA_AvRemoteCmd()
All items filtered out
Data Use
from
examples
btc_avrc_ct_send_passthrough_cmd()
reads 10 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
bt_status_t::BT_STATUS_SUCCESS
bt_status_t::BT_STATUS_FAIL
bt_status_t::BT_STATUS_UNSUPPORTED
btc_rc_cb_t::rc_connected
btc_rc_cb_t::rc_handle
btc_rc_cb_t::rc_features
btc_rc_cb
All items filtered out
btc_avrc_ct_send_passthrough_cmd()
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