Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/include/
Desp_hidd_gatts.h34 void esp_hidd_gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts…
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c595 if ((ret = esp_ble_gatts_register_callback(esp_hidd_gatts_event_handler)) != ESP_OK) { in app_main()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c751 void esp_hidd_gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts… in esp_hidd_gatts_event_handler() function