ESP-IDF
tL2C_RCB::psm
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
tL2C_RCB::psm
tL2C_RCB::psm field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:248
UINT16
psm
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
psm
;
l2c_int.h:248
btm_sec_l2cap_access_req
(
p_ccb
->
p_lcb
->
remote_bd_addr
,
p_ccb
->
p_rcb
->
psm
,
l2c_csm.c:166
l2c_csm_closed()
if
(
btm_sec_l2cap_access_req
(
p_ccb
->
p_lcb
->
remote_bd_addr
,
p_ccb
->
p_rcb
->
psm
,
l2c_csm.c:199
l2c_csm_closed()
if
(
btm_sec_l2cap_access_req
(
p_ccb
->
p_lcb
->
remote_bd_addr
,
p_ccb
->
p_rcb
->
psm
,
l2c_csm.c:249
l2c_csm_closed()
btm_sec_l2cap_access_req
(
p_ccb
->
p_lcb
->
remote_bd_addr
,
p_ccb
->
p_rcb
->
psm
,
l2c_csm.c:315
l2c_csm_orig_w4_sec_comp()
p_ccb
->
p_rcb
->
psm
,
p_ccb
->
remote_id
)
;
l2c_csm.c:408
l2c_csm_term_w4_sec_comp()
btm_sec_l2cap_access_req
(
p_ccb
->
p_lcb
->
remote_bd_addr
,
p_ccb
->
p_rcb
->
psm
,
l2c_csm.c:461
l2c_csm_term_w4_sec_comp()
p_ccb
->
p_rcb
->
psm
,
l2c_csm.c:641
l2c_csm_w4_l2ca_connect_rsp()
if
(
p_rcb
&&
(
p_rcb
->
psm
!=
p_rcb
->
real_psm
)
)
{
l2c_utils.c:1699
l2cu_release_ccb()
btm_sec_clr_service_by_psm
(
p_rcb
->
psm
)
;
l2c_utils.c:1700
l2cu_release_ccb()
p_rcb
->
psm
=
psm
;
l2c_utils.c:1805
l2cu_allocate_rcb()
p_rcb
->
psm
=
psm
;
l2c_utils.c:1838
l2cu_allocate_ble_rcb()
p_rcb
->
psm
=
0
;
l2c_utils.c:1863
l2cu_release_rcb()
if
(
(
p_rcb
->
in_use
)
&&
(
p_rcb
->
psm
==
psm
)
)
{
l2c_utils.c:1912
l2cu_find_rcb_by_psm()
if
(
(
p_rcb
->
in_use
)
&&
(
p_rcb
->
psm
==
psm
)
)
{
l2c_utils.c:1939
l2cu_find_ble_rcb_by_psm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_RCB::psm
is written by 3 functions and is read by 7 functions:
l2cu_allocate_rcb()
l2cu_allocate_ble_rcb()
l2cu_release_rcb()
All items filtered out
tL2C_RCB::psm
l2c_csm_closed()
l2c_csm_orig_w4_sec_comp()
l2c_csm_term_w4_sec_comp()
l2c_csm_w4_l2ca_connect_rsp()
l2cu_release_ccb()
l2cu_find_rcb_by_psm()
l2cu_find_ble_rcb_by_psm()
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