ESP-IDF
tGATT_ATTR_VALUE::incl_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_ATTR_VALUE::incl_handle
tGATT_ATTR_VALUE::incl_handle field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:173
tGATT_INCL_SRVC
incl_handle
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_INCL_SRVC
incl_handle
;
/* included service */
gatt_int.h:173
if
(
p_attr16
->
p_value
->
incl_handle
.
service_type
.
len
==
LEN_UUID_16
)
{
gatt_db.c:265
read_attr_value()
UINT16_TO_STREAM
(
p
,
p_attr16
->
p_value
->
incl_handle
.
s_handle
)
;
gatt_db.c:272
read_attr_value()
UINT16_TO_STREAM
(
p
,
p_attr16
->
p_value
->
incl_handle
.
e_handle
)
;
gatt_db.c:273
read_attr_value()
if
(
p_attr16
->
p_value
->
incl_handle
.
service_type
.
len
==
LEN_UUID_16
)
{
gatt_db.c:275
read_attr_value()
UINT16_TO_STREAM
(
p
,
p_attr16
->
p_value
->
incl_handle
.
service_type
.
uu
.
uuid16
)
;
gatt_db.c:276
read_attr_value()
p_attr
->
p_value
->
incl_handle
.
s_handle
=
s_handle
;
gatt_db.c:482
gatts_add_included_service()
p_attr
->
p_value
->
incl_handle
.
e_handle
=
e_handle
;
gatt_db.c:483
gatts_add_included_service()
memcpy
(
&
p_attr
->
p_value
->
incl_handle
.
service_type
,
&
service
,
sizeof
(
tBT_UUID
)
)
;
gatt_db.c:484
gatts_add_included_service()
len
+=
8
+
p_attr
->
p_value
->
incl_handle
.
service_type
.
len
;
gatt_sr_hash.c:77
calculate_database_info_size()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
p_value
->
incl_handle
.
s_handle
)
;
gatt_sr_hash.c:125
fill_database_info()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
p_value
->
incl_handle
.
e_handle
)
;
gatt_sr_hash.c:126
fill_database_info()
gatt_build_uuid_to_stream
(
&
p_data
,
p_attr
->
p_value
->
incl_handle
.
service_type
)
;
gatt_sr_hash.c:127
fill_database_info()
printf
(
"\tuuid %s\t"
,
gatt_uuid_to_str
(
&
p_attr
->
p_value
->
incl_handle
.
service_type
)
)
;
gatt_sr_hash.c:222
gatts_show_local_database()
printf
(
"\thandle %d\n"
,
p_attr
->
p_value
->
incl_handle
.
s_handle
)
;
gatt_sr_hash.c:223
gatts_show_local_database()
printf
(
"\tend_handle %d\n"
,
p_attr
->
p_value
->
incl_handle
.
e_handle
)
;
gatt_sr_hash.c:224
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR_VALUE::incl_handle
is read by 5 functions:
All items filtered out
tGATT_ATTR_VALUE::incl_handle
read_attr_value()
gatts_add_included_service()
calculate_database_info_size()
fill_database_info()
gatts_show_local_database()
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