Home
last modified time | relevance | path

Searched refs:esp_gatt_conn_reason_t (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_hid/include/
Desp_hidd_transport.h26 typedef int esp_gatt_conn_reason_t;
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h103 esp_gatt_conn_reason_t reason; /*!< The reason of gatt connection close */
221 esp_gatt_conn_reason_t reason; /*!< disconnection reason */
Desp_gatt_defs.h243 } esp_gatt_conn_reason_t; typedef
Desp_gatts_api.h210 esp_gatt_conn_reason_t reason; /*!< Indicate the reason of disconnection */
/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c504 switch ((esp_gatt_conn_reason_t)reason) { in esp_hid_disconnect_reason_str()