ESP-IDF
ble_l2cap_chan::psm
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_l2cap_chan::psm
ble_l2cap_chan::psm field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:91
uint16_t
psm
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
psm
;
ble_l2cap_priv.h:91
chan_info
->
psm
=
chan
->
psm
;
ble_l2cap.c:174
ble_l2cap_get_chan_info()
chan
->
psm
=
psm
;
ble_l2cap_coc.c:340
ble_l2cap_coc_chan_alloc()
if
(
chan
->
psm
==
0
)
{
ble_l2cap_coc.c:413
ble_l2cap_coc_cleanup_chan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::psm
is written by 1 function and is read by 2 functions:
ble_l2cap_coc_chan_alloc()
All items filtered out
ble_l2cap_chan::psm
ble_l2cap_coc_cleanup_chan()
ble_l2cap_get_chan_info()
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