ESP-IDF
tBTA_GATTC_NOTIFY::is_notify
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATTC_NOTIFY::is_notify
tBTA_GATTC_NOTIFY::is_notify field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:370
BOOLEAN
is_notify
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_notify
;
bta_gatt_api.h:370
p_data
->
notify
.
is_notify
==
false
)
{
adapter.c:1618
bt_mesh_bta_gattc_cb()
APPL_TRACE_DEBUG
(
"is_notify %d"
,
p_notify
->
is_notify
)
;
bta_gattc_act.c:2075
bta_gattc_proc_other_indication()
p_notify
->
is_notify
=
(
op
==
GATTC_OPTYPE_INDICATION
)
?
FALSE
:
TRUE
;
bta_gattc_act.c:2077
bta_gattc_proc_other_indication()
param
.
notify
.
is_notify
=
(
notify
->
is_notify
==
TRUE
)
?
true
:
false
;
btc_gattc.c:907
btc_gattc_cb_handler()
if
(
notify
->
is_notify
==
FALSE
)
{
btc_gattc.c:912
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_NOTIFY::is_notify
is written by 1 function and is read by 3 functions:
bta_gattc_proc_other_indication()
All items filtered out
tBTA_GATTC_NOTIFY::is_notify
btc_gattc_cb_handler()
bta_gattc_proc_other_indication()
bt_mesh_bta_gattc_cb()
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