ESP-IDF
ESP_GATT_UUID_DEVICE_INFO_SVC
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
ESP_GATT_UUID_DEVICE_INFO_SVC
ESP_GATT_UUID_DEVICE_INFO_SVC macro
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:53
#define
ESP_GATT_UUID_DEVICE_INFO_SVC
0x180A
Examples
References
from
examples
Code
Location
#define
ESP_GATT_UUID_DEVICE_INFO_SVC
0x180A
esp_gatt_defs.h:53
static
const
uint16_t
s_device_info_svc
=
ESP_GATT_UUID_DEVICE_INFO_SVC
;
ble_hidd.c:56
if
(
(
ret
=
esp_ble_gatts_app_register
(
ESP_GATT_UUID_DEVICE_INFO_SVC
)
)
!=
ESP_OK
)
{
ble_hidd.c:618
if
(
param
->
reg
.
app_id
==
ESP_GATT_UUID_DEVICE_INFO_SVC
)
{
ble_hidd.c:757
&&
suuid
!=
ESP_GATT_UUID_DEVICE_INFO_SVC
ble_hidh.c:115
}
else
if
(
suuid
==
ESP_GATT_UUID_DEVICE_INFO_SVC
)
{
ble_hidh.c:143
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