Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_main.c262 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
289 gattc_evt_code(in_event)); in bta_gattc_sm_execute()
321 gattc_evt_code(in_event)); in bta_gattc_sm_execute()
344 APPL_TRACE_DEBUG("bta_gattc_hdl_event: Event [%s]\n", gattc_evt_code(p_msg->event)); in bta_gattc_hdl_event()
443 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) in gattc_evt_code() function