ESP-IDF
fc_channel::clients
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
fc_channel::clients
fc_channel::clients field
Syntax
Show:
Summary
Declaration
from
bta_jv_act.c:70
struct
fc_client
*
clients
;
Examples
References
from
examples
Code
Location
Referrer
struct
fc_client
*
clients
;
bta_jv_act.c:70
t
->
next_chan_list
=
fc
->
clients
;
bta_jv_act.c:2727
fcclient_alloc()
fc
->
clients
=
t
;
bta_jv_act.c:2728
fcclient_alloc()
t
=
tc
->
clients
;
bta_jv_act.c:2763
fcclient_free()
tc
->
clients
=
fc
->
next_chan_list
;
bta_jv_act.c:2772
fcclient_free()
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()
while
(
(
fcclient
=
fcchan
->
clients
)
)
{
bta_jv_act.c:2974
bta_jv_l2cap_stop_server_le()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
fc_channel::clients
is written by 2 functions and is read by 5 functions:
fcclient_alloc()
fcclient_free()
All items filtered out
fc_channel::clients
fcclient_alloc()
fcclient_free()
fcchan_conn_chng_cbk()
fcchan_data_cbk()
bta_jv_l2cap_stop_server_le()
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