ESP-IDF
hf_audio_stat_param::remote_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hf_audio_stat_param::remote_addr
hf_audio_stat_param::remote_addr field
Remote bluetooth device address
Syntax
Show:
Summary
Declaration
from
esp_hf_ag_api.h:94
esp_bd_addr_t
remote_addr
;
Examples
References
from
examples
Code
Location
Referrer
esp_bd_addr_t
remote_addr
;
/*!< Remote bluetooth device address */
esp_hf_ag_api.h:94
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:448
btc_hf_connect_audio()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1413
btc_hf_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1426
btc_hf_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1438
btc_hf_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hf_audio_stat_param::remote_addr
is read by 2 functions:
All items filtered out
hf_audio_stat_param::remote_addr
btc_hf_connect_audio()
btc_hf_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