ESP-IDF
fcclient_find_by_addr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
fcclient_find_by_addr()
fcclient_find_by_addr() function
Syntax
Show:
Summary
Declaration
from
bta_jv_act.c:2655
static
struct
fc_client
*
fcclient_find_by_addr
(
struct
fc_client
*
start
,
BD_ADDR
addr
)
;
Arguments
Argument
start
addr
Related Functions
Found 1 other functions taking a
fc_client
argument:
Function
fcclient_free()
Examples
References
from
examples
Code
Location
Referrer
static
struct
fc_client
*
fcclient_find_by_addr
(
struct
fc_client
*
start
,
BD_ADDR
addr
)
bta_jv_act.c:2655
t
=
fcclient_find_by_addr
(
tc
->
clients
,
bd_addr
)
;
// try to find an open socked for that addr
bta_jv_act.c:2800
fcchan_conn_chng_cbk()
t
=
fcclient_find_by_addr
(
tc
->
clients
,
NULL
)
;
// try to find a listening socked for that channel
bta_jv_act.c:2805
fcchan_conn_chng_cbk()
t
=
fcclient_find_by_addr
(
tc
->
clients
,
bd_addr
)
;
// try to find an open socked for that addr and channel
bta_jv_act.c:2878
fcchan_data_cbk()
Call Tree
from
examples
fcclient_find_by_addr()
is called by 2 functions:
fcchan_conn_chng_cbk()
fcchan_data_cbk()
All items filtered out
fcclient_find_by_addr()
All items filtered out
Data Use
from
examples
fcclient_find_by_addr()
reads 3 variables:
fc_client::next_all_list
fc_client::remote_addr
fc_client::server
All items filtered out
fcclient_find_by_addr()
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