ESP-IDF
tOBEX_TL_L2CAP_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
tOBEX_TL_L2CAP_CCB::allocated
tOBEX_TL_L2CAP_CCB::allocated field
Syntax
Show:
Summary
Declaration
from
obex_tl_l2cap.c:52
UINT8
allocated
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
allocated
;
/* 0 if not allocated, otherwise, index + 1, equal to handle */
obex_tl_l2cap.c:52
if
(
obex_tl_l2cap_cb
.
ccb
[
i
]
.
allocated
==
0
)
{
obex_tl_l2cap.c:101
allocate_ccb()
obex_tl_l2cap_cb
.
ccb
[
i
]
.
allocated
=
i
+
1
;
obex_tl_l2cap.c:102
allocate_ccb()
if
(
obex_tl_l2cap_cb
.
ccb
[
i
]
.
allocated
&&
obex_tl_l2cap_cb
.
ccb
[
i
]
.
lcid
==
lcid
)
{
obex_tl_l2cap.c:119
find_ccb_by_lcid()
if
(
obex_tl_l2cap_cb
.
ccb
[
hdl
-
1
]
.
allocated
==
hdl
)
{
obex_tl_l2cap.c:131
find_ccb_by_hdl()
if
(
obex_tl_l2cap_cb
.
ccb
[
i
]
.
allocated
&&
obex_tl_l2cap_cb
.
ccb
[
i
]
.
vpsm
==
psm
)
{
obex_tl_l2cap.c:142
find_ccb_by_psm()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:216
l2cap_sec_check_complete_term()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:244
l2cap_sec_check_complete_orig()
p_ccb
->
allocated
-
1
,
obex_tl_l2cap.c:309
obex_tl_l2cap_connect_cfm()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:314
obex_tl_l2cap_connect_cfm()
msg
.
mtu_chg
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:362
obex_tl_l2cap_config_ind()
msg
.
conn_open
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:379
obex_tl_l2cap_config_ind()
msg
.
conn_income
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:385
obex_tl_l2cap_config_ind()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:422
obex_tl_l2cap_config_cfm()
msg
.
conn_open
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:436
obex_tl_l2cap_config_cfm()
msg
.
conn_income
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:442
obex_tl_l2cap_config_cfm()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:492
obex_tl_l2cap_disconnect_ind()
msg
.
data
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:516
obex_tl_l2cap_buf_data_ind()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:539
obex_tl_l2cap_congestion_status_ind()
BTM_SetSecurityLevel
(
TRUE
,
""
,
BTM_SEC_SERVICE_OBEX
,
server
->
l2cap
.
sec_mask
,
p_ccb
->
vpsm
,
BTM_SEC_PROTO_OBEX
,
p_ccb
->
allocated
-
1
)
;
obex_tl_l2cap.c:632
obex_tl_l2cap_connect()
return
p_ccb
->
allocated
;
obex_tl_l2cap.c:651
obex_tl_l2cap_connect()
msg
.
any
.
hdl
=
p_ccb
->
allocated
;
obex_tl_l2cap.c:777
obex_tl_l2cap_unbind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tOBEX_TL_L2CAP_CCB::allocated
is written by 1 function and is read by 14 functions:
allocate_ccb()
All items filtered out
tOBEX_TL_L2CAP_CCB::allocated
allocate_ccb()
find_ccb_by_lcid()
find_ccb_by_hdl()
find_ccb_by_psm()
l2cap_sec_check_complete_term()
l2cap_sec_check_complete_orig()
obex_tl_l2cap_connect_cfm()
obex_tl_l2cap_config_ind()
obex_tl_l2cap_config_cfm()
obex_tl_l2cap_disconnect_ind()
obex_tl_l2cap_buf_data_ind()
obex_tl_l2cap_congestion_status_ind()
obex_tl_l2cap_connect()
obex_tl_l2cap_unbind()
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