ESP-IDF
hf_client_audio_stat_param::remote_bda
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
hf_client_audio_stat_param::remote_bda
hf_client_audio_stat_param::remote_bda field
remote bluetooth device address
Syntax
Show:
Summary
Declaration
from
esp_hf_client_api.h:120
esp_bd_addr_t
remote_bda
;
Examples
References
from
examples
Code
Location
Referrer
esp_bd_addr_t
remote_bda
;
/*!< remote bluetooth device address */
esp_hf_client_api.h:120
memcpy
(
param
.
audio_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_client.c:303
btc_hf_client_connect_audio()
memcpy
(
param
.
audio_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
btc_hf_client.c:1077
btc_hf_client_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
btc_hf_client.c:1086
btc_hf_client_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
btc_hf_client.c:1095
btc_hf_client_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hf_client_audio_stat_param::remote_bda
is read by 2 functions:
All items filtered out
hf_client_audio_stat_param::remote_bda
btc_hf_client_connect_audio()
btc_hf_client_cb_handler()
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