ESP-IDF
GATT_DISC_INFO
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_DISC_INFO
GATT_DISC_INFO macro
Syntax
Show:
Summary
Declaration
from
gatt_cl.c:70
#define
GATT_DISC_INFO
(
fmt
,
args
...
)
{
if
(
gatt_cb
.
auto_disc
==
FALSE
)
BT_PRINT_I
(
"BT_GATT"
,
fmt
,
##
args
)
;
}
Arguments
Argument
fmt
args
Examples
References
from
examples
Code
Location
#define
GATT_DISC_INFO
(
fmt
,
args
...
)
{
if
(
gatt_cb
.
auto_disc
==
FALSE
)
BT_PRINT_I
(
"BT_GATT"
,
fmt
,
##
args
)
;
}
gatt_cl.c:70
GATT_DISC_INFO
(
"%s handle %x, end handle %x"
,
__func__
,
result
.
handle
,
result
.
value
.
group_value
.
e_handle
)
;
gatt_cl.c:423
GATT_DISC_INFO
(
"%s handle %x, uuid %s"
,
__func__
,
result
.
handle
,
gatt_uuid_to_str
(
&
result
.
type
)
)
;
gatt_cl.c:490
GATT_DISC_INFO
(
"Discovery completed"
)
;
gatt_cl.c:528
GATT_DISC_INFO
(
"%s op %x, handle %x"
,
__func__
,
op_code
,
handle
)
;
gatt_cl.c:808
GATT_DISC_INFO
(
"DISC ALL SVC end handle %x, uuid %s"
,
record_value
.
group_value
.
e_handle
,
gatt_uuid_to_str
(
&
record_value
.
group_value
.
service_type
)
)
;
gatt_cl.c:838
GATT_DISC_INFO
(
"DISC INC SVC start handle %x, end handle %x, uuid %s"
,
gatt_cl.c:854
GATT_DISC_INFO
(
"DISC INC SRVC start handle %x, end handle %x, uuid %s"
,
gatt_cl.c:1004
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