ESP-IDF
GATT_REQ_FIND_TYPE_VALUE
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
GATT_REQ_FIND_TYPE_VALUE
GATT_REQ_FIND_TYPE_VALUE macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:91
#define
GATT_REQ_FIND_TYPE_VALUE
0x06
Examples
References
from
examples
Code
Location
#define
GATT_REQ_FIND_TYPE_VALUE
0x06
gatt_api.h:91
UINT8_TO_STREAM
(
p
,
GATT_REQ_FIND_TYPE_VALUE
)
;
att_protocol.c:175
case
GATT_REQ_FIND_TYPE_VALUE
:
att_protocol.c:613
GATT_REQ_FIND_TYPE_VALUE
,
/* GATT_DISC_SRVC_BY_UUID, */
gatt_cl.c:53
case
GATT_REQ_FIND_TYPE_VALUE
:
gatt_cl.c:523
if
(
op_code
!=
GATT_REQ_FIND_TYPE_VALUE
||
gatt_sr.c:752
op_code
==
GATT_REQ_FIND_TYPE_VALUE
||
gatt_sr.c:884
uuid_len
=
(
op_code
==
GATT_REQ_FIND_TYPE_VALUE
)
?
2
:
len
;
gatt_sr.c:887
if
(
op_code
==
GATT_REQ_FIND_TYPE_VALUE
)
{
gatt_sr.c:936
case
GATT_REQ_FIND_TYPE_VALUE
:
/* discover service by UUID */
gatt_sr.c:1854
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
Lifecycle
from
examples
All items filtered out
All items filtered out