ESP-IDF
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
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
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
ESP_GATTC_UNREG_FOR_NOTIFY_EVT value
This event is triggered upon the completion of a service notification unregistration using `esp_ble_gattc_unregister_for_notify`.
Syntax
Show:
Summary
Declaration
from
esp_gattc_api.h:57
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
=
39
;
Examples
References
from
examples
Code
Location
Referrer
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
=
39
,
/*!< This event is triggered upon the completion of a service notification unregistration using `esp_ble_gattc_unregister_for_notify`. */
esp_gattc_api.h:57
btc_gattc_cb_to_app
(
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
,
arg
->
unreg_for_notify
.
gattc_if
,
&
param
)
;
btc_gattc.c:711
btc_gattc_unreg_for_notify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
is read by 1 function:
All items filtered out
ESP_GATTC_UNREG_FOR_NOTIFY_EVT
btc_gattc_unreg_for_notify()
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