Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h578 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, typedef
602 tGATT_CMPL_CBACK *p_cmpl_cb;
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c2267 tGATT_CMPL_CBACK *p_cmpl_cb = (p_clcb->p_reg) ? p_clcb->p_reg->app_cb.p_cmpl_cb : NULL; in gatt_end_operation()