ESP-IDF
fcchan_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
fcchan_get()
fcchan_get() function
Syntax
Show:
Summary
Declaration
from
bta_jv_act.c:2608
static
struct
fc_channel
*
fcchan_get
(
uint16_t
chan
,
char
create
)
;
Arguments
Argument
chan
create
Examples
References
from
examples
Code
Location
Referrer
static
struct
fc_channel
*
fcchan_get
(
uint16_t
chan
,
char
create
)
bta_jv_act.c:2608
struct
fc_channel
*
fc
=
fcchan_get
(
chan
,
TRUE
)
;
bta_jv_act.c:2690
fcclient_alloc()
struct
fc_channel
*
tc
=
fcchan_get
(
fc
->
chan
,
FALSE
)
;
bta_jv_act.c:2744
fcclient_free()
tc
=
fcchan_get
(
chan
,
FALSE
)
;
bta_jv_act.c:2798
fcchan_conn_chng_cbk()
tc
=
fcchan_get
(
chan
,
FALSE
)
;
bta_jv_act.c:2876
fcchan_data_cbk()
fcchan
=
fcchan_get
(
ls
->
local_chan
,
FALSE
)
;
bta_jv_act.c:2972
bta_jv_l2cap_stop_server_le()
Call Tree
from
examples
fcchan_get()
is called by 5 functions and calls 3 functions:
fcclient_alloc()
fcclient_free()
fcchan_conn_chng_cbk()
fcchan_data_cbk()
bta_jv_l2cap_stop_server_le()
All items filtered out
fcchan_get()
free()
osi_calloc_func()
L2CA_RegisterFixedChannel()
All items filtered out
Data Use
from
examples
fcchan_get()
reads 5 variables and writes 3 variables:
fc_channel::next
fc_channel::chan
fc_channels
fcchan_conn_chng_cbk()
fcchan_data_cbk()
All items filtered out
fcchan_get()
fc_channel::next
fc_channel::chan
fc_channels
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
fcchan_get()
allocates 1 types:
fc_channel
All items filtered out
fcchan_get()
All items filtered out