Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_hid/src/
Dble_hidd.c181 static const char *gatts_evt_names[25] = { "REG", "READ", "WRITE", "EXEC_WRITE", "MTU", "CONF", "UN… variable
185 if (event >= (sizeof(gatts_evt_names)/sizeof(*gatts_evt_names))) { in gatts_evt_str()
188 return gatts_evt_names[event]; in gatts_evt_str()