Searched refs:gatts_evt_names (Results 1 – 1 of 1) sorted by relevance
181 static const char *gatts_evt_names[25] = { "REG", "READ", "WRITE", "EXEC_WRITE", "MTU", "CONF", "UN… variable185 if (event >= (sizeof(gatts_evt_names)/sizeof(*gatts_evt_names))) { in gatts_evt_str()188 return gatts_evt_names[event]; in gatts_evt_str()