Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_hid/src/
Dble_hidh.c36 static const char *s_gattc_evt_names[] = {"REG", "UNREG", "OPEN", "READ_CHAR", "WRITE_CHAR", "CLOSE… variable
40 if (event >= (sizeof(s_gattc_evt_names)/sizeof(*s_gattc_evt_names))) { in gattc_evt_str()
43 return s_gattc_evt_names[event]; in gattc_evt_str()