ESP-IDF
tGATT_TCB::indicate_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_TCB::indicate_handle
tGATT_TCB::indicate_handle field
GATTS_INCLUDED == TRUE
Syntax
Show:
Summary
Declaration
from
gatt_int.h:395
UINT16
indicate_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
indicate_handle
;
gatt_int.h:395
if
(
GATT_HANDLE_IS_VALID
(
p_tcb
->
indicate_handle
)
)
{
gatt_api.c:626
GATTS_HandleValueIndication()
p_tcb
->
indicate_handle
=
indication
.
handle
;
gatt_api.c:643
GATTS_HandleValueIndication()
UINT16
handle
=
p_tcb
->
indicate_handle
;
gatt_sr.c:1705
gatts_process_value_conf()
p_tcb
->
indicate_handle
=
0
;
gatt_sr.c:1714
gatts_process_value_conf()
if
(
p_tcb
->
indicate_handle
==
gatt_cb
.
handle_of_h_r
)
{
gatt_utils.c:824
gatt_is_srv_chg_ind_pending()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_TCB::indicate_handle
is written by 2 functions and is read by 3 functions:
GATTS_HandleValueIndication()
gatts_process_value_conf()
All items filtered out
tGATT_TCB::indicate_handle
GATTS_HandleValueIndication()
gatts_process_value_conf()
gatt_is_srv_chg_ind_pending()
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