ESP-IDF
gatt_get_attr_name()
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
gatt_get_attr_name()
gatt_get_attr_name() function
Syntax
Show:
Summary
Declaration
from
gatt_sr_hash.c:28
static
const
char
*
gatt_get_attr_name
(
UINT16
uuid
)
;
Arguments
Argument
uuid
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
gatt_get_attr_name
(
UINT16
uuid
)
gatt_sr_hash.c:28
printf
(
"%s\n"
,
gatt_get_attr_name
(
p_attr
->
uuid
)
)
;
gatt_sr_hash.c:214
gatts_show_local_database()
printf
(
"%s\n"
,
gatt_get_attr_name
(
p_attr
->
uuid
)
)
;
gatt_sr_hash.c:221
gatts_show_local_database()
printf
(
"%s\n"
,
gatt_get_attr_name
(
p_attr
->
uuid
)
)
;
gatt_sr_hash.c:232
gatts_show_local_database()
printf
(
"%s\n"
,
gatt_get_attr_name
(
p_attr
->
uuid
)
)
;
gatt_sr_hash.c:245
gatts_show_local_database()
Call Tree
from
examples
gatt_get_attr_name()
is called by 1 function:
gatts_show_local_database()
All items filtered out
gatt_get_attr_name()
All items filtered out
Data Use
from
examples
gatt_get_attr_name()
reads 2 variables:
gatt_attr_name
gatt_char_desc_name
All items filtered out
gatt_get_attr_name()
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