ESP-IDF
tGATT_INCL_SRVC
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
tGATT_INCL_SRVC
tGATT_INCL_SRVC struct
Syntax
Show:
Summary
Declaration
from
gatt_api.h:535
typedef
struct
{
tBT_UUID
service_type
;
UINT16
s_handle
;
UINT16
e_handle
;
}
tGATT_INCL_SRVC
;
Fields
Field
Declared as
tGATT_INCL_SRVC::service_type
tBT_UUID
tGATT_INCL_SRVC::s_handle
UINT16
tGATT_INCL_SRVC::e_handle
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_api.h:535
}
tGATT_INCL_SRVC
;
gatt_api.h:539
tGATT_INCL_SRVC
tGATT_INCL_SRVC
incl_service
;
/* include service value */
gatt_api.h:542
tGATT_DISC_VALUE
tGATT_DISC_VALUE::incl_service
tGATT_INCL_SRVC
*
inc_srvc
=
&
p_clcb
->
read_uuid128
.
result
.
value
.
incl_service
;
gatt_cl.c:1003
gatt_process_read_rsp()
if
(
copy_extra_byte_in_db
(
p_db
,
(
void
*
*
)
&
p_attr
->
p_value
,
sizeof
(
tGATT_INCL_SRVC
)
)
)
{
gatt_db.c:481
gatts_add_included_service()
tGATT_INCL_SRVC
incl_handle
;
/* included service */
gatt_int.h:173
tGATT_ATTR_VALUE
tGATT_ATTR_VALUE::incl_handle
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tGATT_DISC_VALUE::incl_service
tGATT_DISC_VALUE
gatt_api.h:542
tGATT_ATTR_VALUE::incl_handle
tGATT_ATTR_VALUE
gatt_int.h:173
Lifecycle
from
examples
All items filtered out
All items filtered out