ESP-IDF
hid_gattc_if
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
hid_gattc_if
hid_gattc_if variable
Syntax
Show:
Summary
Declaration
from
ble_hidh.c:325
static
esp_gatt_if_t
hid_gattc_if
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_gatt_if_t
hid_gattc_if
=
0
;
ble_hidh.c:325
hid_gattc_if
=
gattc_if
;
ble_hidh.c:336
esp_hidh_gattc_event_handler()
return
esp_ble_gattc_close
(
hid_gattc_if
,
dev
->
ble
.
conn_id
)
;
ble_hidh.c:557
esp_ble_hidh_dev_close()
return
esp_ble_gattc_write_char
(
hid_gattc_if
,
dev
->
ble
.
conn_id
,
report
->
handle
,
value_len
,
value
,
ESP_GATT_WRITE_TYPE_RSP
,
ESP_GATT_AUTH_REQ_NO_MITM
)
;
ble_hidh.c:571
esp_ble_hidh_dev_report_write()
esp_gatt_status_t
s
=
read_char
(
hid_gattc_if
,
dev
->
ble
.
conn_id
,
report
->
handle
,
ESP_GATT_AUTH_REQ_NO_MITM
,
&
v
,
&
len
)
;
ble_hidh.c:583
esp_ble_hidh_dev_report_read()
esp_ble_gattc_app_unregister
(
hid_gattc_if
)
,
ble_hidh.c:647
esp_ble_hidh_deinit()
ret
=
esp_ble_gattc_enh_open
(
hid_gattc_if
,
ble_hidh.c:682
esp_ble_hidh_dev_open()
read_device_services
(
hid_gattc_if
,
dev
)
;
ble_hidh.c:702
esp_ble_hidh_dev_open()
attach_report_listeners
(
hid_gattc_if
,
dev
)
;
ble_hidh.c:711
esp_ble_hidh_dev_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hid_gattc_if
is written by 1 function and is read by 5 functions:
esp_hidh_gattc_event_handler()
All items filtered out
hid_gattc_if
esp_ble_hidh_dev_close()
esp_ble_hidh_dev_report_write()
esp_ble_hidh_dev_report_read()
esp_ble_hidh_deinit()
esp_ble_hidh_dev_open()
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