ESP-IDF
btc_hf_client_cb_t::connected_bda
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_cb_t::connected_bda
btc_hf_client_cb_t::connected_bda field
Syntax
Show:
Summary
Declaration
from
btc_hf_client.h:137
bt_bdaddr_t
connected_bda
;
Examples
References
from
examples
Code
Location
Referrer
bt_bdaddr_t
connected_bda
;
btc_hf_client.h:137
(
(
bd_addr
==
NULL
)
||
(
bdcmp
(
bd_addr
->
address
,
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
)
==
0
)
)
)
btc_hf_client.c:123
is_connected()
bdcpy
(
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
,
bd_addr
->
address
)
;
btc_hf_client.c:212
connect_int()
BTA_HfClientOpen
(
hf_client_local_param
.
btc_hf_client_cb
.
handle
,
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
,
btc_hf_client.c:214
connect_int()
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()
bdcpy
(
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
,
p_data
->
open
.
bd_addr
)
;
btc_hf_client.c:886
btc_hf_client_cb_handler()
__FUNCTION__
,
p_data
->
open
.
status
,
hf_client_local_param
.
btc_hf_client_cb
.
state
,
bdaddr_to_string
(
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
bdstr
,
sizeof
(
bdstr
)
)
)
;
btc_hf_client.c:899
btc_hf_client_cb_handler()
memcpy
(
param
.
conn_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
btc_hf_client.c:909
btc_hf_client_cb_handler()
bdsetany
(
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
)
;
btc_hf_client.c:916
btc_hf_client_cb_handler()
memcpy
(
param
.
conn_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
btc_hf_client.c:934
btc_hf_client_cb_handler()
memcpy
(
param
.
conn_stat
.
remote_bda
,
&
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
,
btc_hf_client.c:959
btc_hf_client_cb_handler()
bdsetany
(
hf_client_local_param
.
btc_hf_client_cb
.
connected_bda
.
address
)
;
btc_hf_client.c:965
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: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
btc_hf_client_cb_t::connected_bda
is read by 3 functions:
All items filtered out
btc_hf_client_cb_t::connected_bda
is_connected()
connect_int()
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