ESP-IDF
find_ccb_by_hdl()
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
find_ccb_by_hdl()
find_ccb_by_hdl() function
Syntax
Show:
Summary
Declaration
from
obex_tl_l2cap.c:127
static
tOBEX_TL_L2CAP_CCB
*
find_ccb_by_hdl
(
UINT16
hdl
)
;
Arguments
Argument
hdl
Examples
References
from
examples
Code
Location
Referrer
static
tOBEX_TL_L2CAP_CCB
*
find_ccb_by_hdl
(
UINT16
hdl
)
obex_tl_l2cap.c:127
tOBEX_TL_L2CAP_CCB
*
p_ccb
=
find_ccb_by_hdl
(
hdl
)
;
obex_tl_l2cap.c:663
obex_tl_l2cap_disconnect()
tOBEX_TL_L2CAP_CCB
*
p_ccb
=
find_ccb_by_hdl
(
hdl
)
;
obex_tl_l2cap.c:687
obex_tl_l2cap_send_data()
Call Tree
from
examples
find_ccb_by_hdl()
is called by 2 functions:
obex_tl_l2cap_disconnect()
obex_tl_l2cap_send_data()
All items filtered out
find_ccb_by_hdl()
All items filtered out
Data Use
from
examples
find_ccb_by_hdl()
reads 3 variables:
tOBEX_TL_L2CAP_CCB::allocated
tOBEX_TL_L2CAP_CB::ccb
obex_tl_l2cap_cb
All items filtered out
find_ccb_by_hdl()
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