ESP-IDF
esp_ble_hidd_dev_s::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_ble_hidd_dev_s::info_svc
esp_ble_hidd_dev_s::info_svc field
Syntax
Show:
Summary
Declaration
from
ble_hidd.c:154
hidd_le_service_t
info_svc
;
Examples
References
from
examples
Code
Location
Referrer
hidd_le_service_t
info_svc
;
ble_hidd.c:154
esp_err_t
err
=
esp_ble_gatts_create_attr_tab
(
_last_db
,
dev
->
info_svc
.
gatt_if
,
index
,
0
)
;
ble_hidd.c:250
create_info_db()
dev
->
info_svc
.
handle
=
param
->
add_attr_tab
.
handles
[
0
]
;
ble_hidd.c:428
info_event_handler()
ESP_LOGV
(
TAG
,
"Dev Info service handle = %d"
,
dev
->
info_svc
.
handle
)
;
ble_hidd.c:429
info_event_handler()
esp_ble_gatts_start_service
(
dev
->
info_svc
.
handle
)
;
ble_hidd.c:430
info_event_handler()
esp_ble_gatts_stop_service
(
dev
->
info_svc
.
handle
)
;
ble_hidd.c:641
ble_hid_stop_gatts()
esp_ble_gatts_delete_service
(
dev
->
info_svc
.
handle
)
;
ble_hidd.c:642
ble_hid_stop_gatts()
esp_ble_gatts_app_unregister
(
dev
->
info_svc
.
gatt_if
)
;
ble_hidd.c:643
ble_hid_stop_gatts()
s_dev
->
info_svc
.
gatt_if
=
gatts_if
;
ble_hidd.c:758
esp_hidd_gatts_event_handler()
}
else
if
(
s_dev
->
info_svc
.
gatt_if
&&
gatts_if
==
s_dev
->
info_svc
.
gatt_if
)
{
ble_hidd.c:776
esp_hidd_gatts_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_hidd_dev_s::info_svc
is read by 4 functions:
All items filtered out
esp_ble_hidd_dev_s::info_svc
create_info_db()
info_event_handler()
ble_hid_stop_gatts()
esp_hidd_gatts_event_handler()
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