ESP-IDF
tGOEPC_CCB::allocated
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
tGOEPC_CCB::allocated
tGOEPC_CCB::allocated field
Syntax
Show:
Summary
Declaration
from
goep_int.h:63
UINT8
allocated
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
allocated
;
/* 0, not allocated. index+1, otherwise. equal to api handle */
goep_int.h:63
*
out_handle
=
p_ccb
->
allocated
;
goepc_api.c:100
GOEPC_Open()
if
(
ccb_idx
>=
GOEPC_MAX_CONNECTION
||
!
goepc_cb
.
ccb
[
ccb_idx
]
.
allocated
)
{
goepc_api.c:124
GOEPC_Close()
if
(
ccb_idx
>=
GOEPC_MAX_CONNECTION
||
!
goepc_cb
.
ccb
[
ccb_idx
]
.
allocated
)
{
goepc_api.c:154
GOEPC_SendRequest()
if
(
ccb_idx
>=
GOEPC_MAX_CONNECTION
||
!
goepc_cb
.
ccb
[
ccb_idx
]
.
allocated
)
{
goepc_api.c:218
GOEPC_PrepareRequest()
if
(
ccb_idx
>=
GOEPC_MAX_CONNECTION
||
!
goepc_cb
.
ccb
[
ccb_idx
]
.
allocated
)
{
goepc_api.c:263
GOEPC_DropRequest()
if
(
ccb_idx
>=
GOEPC_MAX_CONNECTION
||
!
goepc_cb
.
ccb
[
ccb_idx
]
.
allocated
)
{
goepc_api.c:296
GOEPC_RequestSetSRM()
if
(
ccb_idx
>=
GOEPC_MAX_CONNECTION
||
!
goepc_cb
.
ccb
[
ccb_idx
]
.
allocated
)
{
goepc_api.c:351
GOEPC_RequestAddHeader()
if
(
!
goepc_cb
.
ccb
[
i
]
.
allocated
)
{
goepc_main.c:30
goepc_allocate_ccb()
goepc_cb
.
ccb
[
i
]
.
allocated
=
i
+
1
;
goepc_main.c:31
goepc_allocate_ccb()
if
(
goepc_cb
.
ccb
[
i
]
.
allocated
&&
goepc_cb
.
ccb
[
i
]
.
obex_handle
==
obex_handle
)
{
goepc_main.c:81
find_ccb_by_obex_handle()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_CONGEST_EVT
,
NULL
)
;
goepc_main.c:134
goepc_act_congest()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_UNCONGEST_EVT
,
NULL
)
;
goepc_main.c:140
goepc_act_uncongest()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_MTU_CHANGED_EVT
,
&
msg
)
;
goepc_main.c:150
goepc_act_mtu_chg()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_OPENED_EVT
,
&
msg
)
;
goepc_main.c:228
goepc_sm_act_connect()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_CLOSED_EVT
,
&
msg
)
;
goepc_main.c:238
goepc_sm_act_disconnect()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_RESPONSE_EVT
,
&
msg
)
;
goepc_main.c:284
goepc_sm_act_rsp()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_RESPONSE_EVT
,
&
msg
)
;
goepc_main.c:299
goepc_sm_act_rsp_fb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGOEPC_CCB::allocated
is written by 1 function and is read by 16 functions:
goepc_allocate_ccb()
All items filtered out
tGOEPC_CCB::allocated
GOEPC_Open()
GOEPC_Close()
GOEPC_SendRequest()
GOEPC_PrepareRequest()
GOEPC_DropRequest()
GOEPC_RequestSetSRM()
GOEPC_RequestAddHeader()
goepc_allocate_ccb()
find_ccb_by_obex_handle()
goepc_act_congest()
goepc_act_uncongest()
goepc_act_mtu_chg()
goepc_sm_act_connect()
goepc_sm_act_disconnect()
goepc_sm_act_rsp()
goepc_sm_act_rsp_fb()
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