ESP-IDF
tGATT_CLCB::clcb_idx
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_CLCB::clcb_idx
tGATT_CLCB::clcb_idx field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:434
UINT16
clcb_idx
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
clcb_idx
;
gatt_int.h:434
ret
=
attp_send_cl_msg
(
p_clcb
->
p_tcb
,
p_clcb
->
clcb_idx
,
GATT_REQ_MTU
,
(
tGATT_CL_MSG
*
)
&
mtu
)
;
gatt_api.c:900
GATTC_ConfigureMTU()
st
=
attp_send_cl_msg
(
p_clcb
->
p_tcb
,
p_clcb
->
clcb_idx
,
op_code
,
&
cl_req
)
;
gatt_cl.c:117
gatt_act_discovery()
rt
=
attp_send_cl_msg
(
p_tcb
,
p_clcb
->
clcb_idx
,
op_code
,
&
msg
)
;
gatt_cl.c:208
gatt_act_read()
p_clcb
->
clcb_idx
,
gatt_cl.c:238
gatt_act_write()
p_clcb
->
clcb_idx
,
gatt_cl.c:251
gatt_act_write()
rt
=
attp_send_cl_msg
(
p_tcb
,
p_clcb
->
clcb_idx
,
GATT_REQ_EXEC_WRITE
,
(
tGATT_CL_MSG
*
)
&
flag
)
;
gatt_cl.c:298
gatt_send_queue_write_cancel()
p_clcb
->
clcb_idx
,
gatt_cl.c:376
gatt_send_prepare_write()
if
(
p_clcb
->
clcb_idx
==
clcb_idx
)
{
gatt_utils.c:1758
gatt_clcb_find_by_idx()
p_clcb
->
clcb_idx
=
conn_id
;
gatt_utils.c:1791
gatt_clcb_alloc()
GATT_TRACE_DEBUG
(
"found p_clcb conn_id=%d clcb_idx=%d"
,
p_clcb
->
conn_id
,
p_clcb
->
clcb_idx
)
;
gatt_utils.c:2365
gatt_cleanup_upon_disc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CLCB::clcb_idx
is written by 1 function and is read by 8 functions:
gatt_clcb_alloc()
All items filtered out
tGATT_CLCB::clcb_idx
GATTC_ConfigureMTU()
gatt_act_discovery()
gatt_act_read()
gatt_act_write()
gatt_send_queue_write_cancel()
gatt_send_prepare_write()
gatt_clcb_find_by_idx()
gatt_cleanup_upon_disc()
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