ESP-IDF
tL2CAP_SEC_DATA
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
tL2CAP_SEC_DATA
tL2CAP_SEC_DATA struct
Syntax
Show:
Summary
Declaration
from
l2c_int.h:261
typedef
struct
{
UINT16
psm
;
tBT_TRANSPORT
transport
;
BOOLEAN
is_originator
;
tL2CAP_SEC_CBACK
*
p_callback
;
void
*
p_ref_data
;
}
tL2CAP_SEC_DATA
;
Fields
Field
Declared as
tL2CAP_SEC_DATA::psm
UINT16
tL2CAP_SEC_DATA::transport
tBT_TRANSPORT
tL2CAP_SEC_DATA::is_originator
BOOLEAN
tL2CAP_SEC_DATA::p_callback
tL2CAP_SEC_CBACK
*
tL2CAP_SEC_DATA::p_ref_data
void
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
l2c_int.h:261
}
tL2CAP_SEC_DATA
;
l2c_int.h:268
tL2CAP_SEC_DATA
*
p_buf
=
NULL
;
l2c_ble.c:1576
l2cble_sec_comp()
p_buf
=
(
tL2CAP_SEC_DATA
*
)
fixed_queue_dequeue
(
p_lcb
->
le_sec_pending_q
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_ble.c:1591
l2cble_sec_comp()
osi_free
(
p_buf
)
;
l2c_ble.c:1632
l2cble_sec_comp()
p_buf
=
(
tL2CAP_SEC_DATA
*
)
fixed_queue_dequeue
(
p_lcb
->
le_sec_pending_q
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_ble.c:1636
l2cble_sec_comp()
osi_free
(
p_buf
)
;
l2c_ble.c:1645
l2cble_sec_comp()
tL2CAP_SEC_DATA
*
p_buf
=
(
tL2CAP_SEC_DATA
*
)
osi_malloc
(
(
UINT16
)
sizeof
(
tL2CAP_SEC_DATA
)
)
;
l2c_ble.c:1681
l2ble_sec_access_req()
}
tL2CAP_SEC_DATA
;
l2c_int.h:268
tL2CAP_SEC_DATA
tL2CAP_SEC_DATA
*
p_buf
=
(
tL2CAP_SEC_DATA
*
)
fixed_queue_dequeue
(
p_lcb
->
le_sec_pending_q
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_utils.c:283
l2cu_release_lcb()
osi_free
(
p_buf
)
;
l2c_utils.c:287
l2cu_release_lcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
tL2CAP_SEC_DATA
is freed by 2 symbols:
All items filtered out
tL2CAP_SEC_DATA
l2cble_sec_comp()
l2cu_release_lcb()
All items filtered out