ESP-IDF
+
0
/12 examples
SourceVu will show references to
gatts_reg_evt_param::app_id
from the following samples and libraries:
Bluedroid_Connection sample
Bluedroid_GATT_Server sample
ble_compatibility_test sample
ble_hid_device_demo sample
ble_spp_server sample
gatt_security_server sample
gatt_server sample
gatt_server_service_table sample
ble50_security_server sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
throughput_server sample
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
gatts_reg_evt_param::app_id
gatts_reg_evt_param::app_id field
Application ID
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:57
uint16_t
app_id
;
Examples
gatts_reg_evt_param::app_id
is referenced by 12 libraries and example projects:
Bluedroid_Connection sample
Bluedroid_GATT_Server sample
ble_compatibility_test sample
ble_hid_device_demo sample
ble_spp_server sample
gatt_security_server sample
gatt_server sample
gatt_server_service_table sample
ble50_security_server sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
throughput_server sample
References
from
0/12
examples
Code
Location
Referrer
uint16_t
app_id
;
/*!< Application ID */
esp_gatts_api.h:57
ESP_LOGV
(
TAG
,
"Battery REG App ID: 0x%x"
,
param
->
reg
.
app_id
)
;
ble_hidd.c:380
bat_event_handler()
ESP_LOGV
(
TAG
,
"Dev Info REG App ID: 0x%x"
,
param
->
reg
.
app_id
)
;
ble_hidd.c:425
info_event_handler()
ESP_LOGV
(
TAG
,
"HID REG[%d] App ID: 0x%x"
,
device_index
,
param
->
reg
.
app_id
)
;
ble_hidd.c:444
hid_event_handler()
ESP_LOGE
(
TAG
,
"Reg app failed, app_id %04x, status %d"
,
param
->
reg
.
app_id
,
param
->
reg
.
status
)
;
ble_hidd.c:754
esp_hidd_gatts_event_handler()
if
(
param
->
reg
.
app_id
==
ESP_GATT_UUID_DEVICE_INFO_SVC
)
{
ble_hidd.c:757
esp_hidd_gatts_event_handler()
}
else
if
(
param
->
reg
.
app_id
==
ESP_GATT_UUID_BATTERY_SERVICE_SVC
)
{
ble_hidd.c:759
esp_hidd_gatts_event_handler()
}
else
if
(
param
->
reg
.
app_id
>=
ESP_GATT_UUID_HID_SVC
&&
param
->
reg
.
app_id
<
(
ESP_GATT_UUID_HID_SVC
+
s_dev
->
devices_len
)
)
{
ble_hidd.c:761
esp_hidd_gatts_event_handler()
ESP_LOGV
(
TAG
,
"HID SVC[%u] IF: %d"
,
param
->
reg
.
app_id
-
ESP_GATT_UUID_HID_SVC
,
gatts_if
)
;
ble_hidd.c:762
esp_hidd_gatts_event_handler()
s_dev
->
devices
[
param
->
reg
.
app_id
-
ESP_GATT_UUID_HID_SVC
]
.
hid_svc
.
gatt_if
=
gatts_if
;
ble_hidd.c:763
esp_hidd_gatts_event_handler()
ESP_LOGE
(
TAG
,
"Unknown Application, app_id %04x"
,
param
->
reg
.
app_id
)
;
ble_hidd.c:765
esp_hidd_gatts_event_handler()
param
.
reg
.
app_id
=
p_data
->
reg_oper
.
uuid
.
uu
.
uuid16
;
btc_gatts.c:771
btc_gatts_cb_handler()
param
->
reg
.
app_id
,
simple_ble.c:97
gatts_profile_event_handler()
Call Tree
from
0/12
examples
All items filtered out
All items filtered out
Data Use
from
0/12
examples
gatts_reg_evt_param::app_id
is written by 1 function and is read by 5 functions:
btc_gatts_cb_handler()
All items filtered out
gatts_reg_evt_param::app_id
bat_event_handler()
info_event_handler()
hid_event_handler()
esp_hidd_gatts_event_handler()
gatts_profile_event_handler()
All items filtered out
Class Tree
from
0/12
examples
All items filtered out
All items filtered out
Override Tree
from
0/12
examples
All items filtered out
All items filtered out
Implementations
from
0/12
examples
All items filtered out
All items filtered out
Instances
from
0/12
examples
Lifecycle
from
0/12
examples
All items filtered out
All items filtered out