ESP-IDF
GATT_UUID_CHAR_CLIENT_CONFIG
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
GATT_UUID_CHAR_CLIENT_CONFIG
GATT_UUID_CHAR_CLIENT_CONFIG macro
Syntax
Show:
Summary
Declaration
from
btc_blufi_prf.h:32
#define
GATT_UUID_CHAR_CLIENT_CONFIG
0x2902
Examples
References
from
examples
Code
Location
#define
GATT_UUID_CHAR_CLIENT_CONFIG
0x2902
/* Client Characteristic Configuration */
btc_blufi_prf.h:32
#define
GATT_UUID_CHAR_CLIENT_CONFIG
0x2902
/* Client Characteristic Configuration */
gattdefs.h:39
tBT_UUID
gatt_ccc_uuid
=
{
LEN_UUID_16
,
{
GATT_UUID_CHAR_CLIENT_CONFIG
}
}
;
bta_gattc_act.c:2441
#define
BLUFI_DESCR_E2P_UUID
GATT_UUID_CHAR_CLIENT_CONFIG
btc_blufi_prf.h:40
tBT_UUID
descr_uuid
=
{
LEN_UUID_16
,
{
GATT_UUID_CHAR_CLIENT_CONFIG
}
}
;
gatt_attr.c:470
if
(
p_data
->
type
.
uu
.
uuid16
==
GATT_UUID_CHAR_CLIENT_CONFIG
)
{
gatt_attr.c:535
case
GATT_UUID_CHAR_CLIENT_CONFIG
:
gatt_db.c:173
case
GATT_UUID_CHAR_CLIENT_CONFIG
:
gatt_db.c:1219
(
p_attr
->
uuid
==
GATT_UUID_CHAR_CLIENT_CONFIG
||
gatt_db.c:1249
p_attr
->
uuid
==
GATT_UUID_CHAR_CLIENT_CONFIG
||
gatt_sr_hash.c:86
p_attr
->
uuid
==
GATT_UUID_CHAR_CLIENT_CONFIG
||
gatt_sr_hash.c:140
case
GATT_UUID_CHAR_CLIENT_CONFIG
:
gatt_sr_hash.c:241
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