ESP-IDF
btc_hf_client_args_t::send_xapl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_hf_client_args_t::send_xapl
btc_hf_client_args_t::send_xapl field
Syntax
Show:
Summary
Declaration
from
btc_hf_client.h:111
struct
send_xapl_args
{
char
information
[
ESP_BT_HF_AT_SEND_XAPL_LEN
+
1
]
;
uint32_t
features
;
}
send_xapl
;
Examples
References
from
examples
Code
Location
Referrer
}
send_xapl
;
btc_hf_client.h:114
btc_hf_client_send_xapl
(
arg
->
send_xapl
.
information
,
arg
->
send_xapl
.
features
)
;
btc_hf_client.c:1190
btc_hf_client_call_handler()
strcpy
(
arg
.
send_xapl
.
information
,
information
)
;
esp_hf_client_api.c:428
esp_hf_client_send_xapl()
arg
.
send_xapl
.
features
=
features
;
esp_hf_client_api.c:429
esp_hf_client_send_xapl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_client_args_t::send_xapl
is read by 2 functions:
All items filtered out
btc_hf_client_args_t::send_xapl
btc_hf_client_call_handler()
esp_hf_client_send_xapl()
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