ESP-IDF
gattc_evt_str()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gattc_evt_str()
gattc_evt_str() function
Syntax
Show:
Summary
Declaration
from
ble_hidh.c:30
const
char
*
gattc_evt_str
(
uint8_t
event
)
;
Arguments
Argument
event
Examples
References
from
examples
Code
Location
Referrer
const
char
*
gattc_evt_str
(
uint8_t
event
)
ble_hidh.c:30
ESP_LOGV
(
TAG
,
"GATTC EVENT %s"
,
gattc_evt_str
(
event
)
)
;
ble_hidh.c:546
esp_hidh_gattc_event_handler()
Call Tree
from
examples
gattc_evt_str()
is called by 1 function:
esp_hidh_gattc_event_handler()
All items filtered out
gattc_evt_str()
All items filtered out
Data Use
from
examples
gattc_evt_str()
reads 1 variable:
s_gattc_evt_names
All items filtered out
gattc_evt_str()
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