Home
last modified time | relevance | path

Searched refs:esp_hidh_gattc_event_handler (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/esp_hid/include/
Desp_hidh_gattc.h34 void esp_hidh_gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc…
/hal_espressif-3.5.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_host_main.c142 ESP_ERROR_CHECK( esp_ble_gattc_register_callback(esp_hidh_gattc_event_handler) ); in app_main()
/hal_espressif-3.5.0/components/esp_hid/src/
Dble_hidh.c333 void esp_hidh_gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc… in esp_hidh_gattc_event_handler() function