ESP-IDF
tGATT_PENDING_ENC_CLCB
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
tGATT_PENDING_ENC_CLCB
tGATT_PENDING_ENC_CLCB struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:451
typedef
struct
{
tGATT_CLCB
*
p_clcb
;
}
tGATT_PENDING_ENC_CLCB
;
Fields
Field
Declared as
tGATT_PENDING_ENC_CLCB::p_clcb
tGATT_CLCB
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
gatt_int.h:451
}
tGATT_PENDING_ENC_CLCB
;
gatt_int.h:453
tGATT_PENDING_ENC_CLCB
*
p_buf
=
gatt_auth.c:179
gatt_enc_cmpl_cback()
(
tGATT_PENDING_ENC_CLCB
*
)
fixed_queue_dequeue
(
p_tcb
->
pending_enc_clcb
,
0
)
;
gatt_auth.c:180
gatt_enc_cmpl_cback()
osi_free
(
p_buf
)
;
gatt_auth.c:194
gatt_enc_cmpl_cback()
p_buf
=
(
tGATT_PENDING_ENC_CLCB
*
)
fixed_queue_dequeue
(
p_tcb
->
pending_enc_clcb
,
0
)
;
gatt_auth.c:198
gatt_enc_cmpl_cback()
osi_free
(
p_buf
)
;
gatt_auth.c:201
gatt_enc_cmpl_cback()
tGATT_PENDING_ENC_CLCB
*
p_buf
=
gatt_auth.c:241
gatt_notify_enc_cmpl()
(
tGATT_PENDING_ENC_CLCB
*
)
fixed_queue_dequeue
(
p_tcb
->
pending_enc_clcb
,
0
)
;
gatt_auth.c:242
gatt_notify_enc_cmpl()
osi_free
(
p_buf
)
;
gatt_auth.c:245
gatt_notify_enc_cmpl()
}
tGATT_PENDING_ENC_CLCB
;
gatt_int.h:453
tGATT_PENDING_ENC_CLCB
extern
tGATT_PENDING_ENC_CLCB
*
gatt_add_pending_enc_channel_clcb
(
tGATT_TCB
*
p_tcb
,
tGATT_CLCB
*
p_clcb
)
;
gatt_int.h:639
gatt_add_pending_enc_channel_clcb()
tGATT_PENDING_ENC_CLCB
*
gatt_add_pending_enc_channel_clcb
(
tGATT_TCB
*
p_tcb
,
tGATT_CLCB
*
p_clcb
)
gatt_utils.c:2857
gatt_add_pending_enc_channel_clcb()
tGATT_PENDING_ENC_CLCB
*
p_buf
;
gatt_utils.c:2859
gatt_add_pending_enc_channel_clcb()
if
(
(
p_buf
=
(
tGATT_PENDING_ENC_CLCB
*
)
osi_malloc
(
(
UINT16
)
sizeof
(
tGATT_PENDING_ENC_CLCB
)
)
)
!=
NULL
)
{
gatt_utils.c:2862
gatt_add_pending_enc_channel_clcb()
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
Instance
Scope
Location
Project
return
gatt_add_pending_enc_channel_clcb()
gatt_int.h:639
return
gatt_add_pending_enc_channel_clcb()
gatt_utils.c:2857
Lifecycle
from
examples
tGATT_PENDING_ENC_CLCB
is freed by 2 symbols:
All items filtered out
tGATT_PENDING_ENC_CLCB
gatt_enc_cmpl_cback()
gatt_notify_enc_cmpl()
All items filtered out