Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c2117 …tGATT_DISC_CMPL_CB *p_disc_cmpl_cb = (p_clcb->p_reg) ? p_clcb->p_reg->app_cb.p_disc_cmpl_cb : NUL… in gatt_end_operation() local
2173 if (p_disc_cmpl_cb && (op == GATTC_OPTYPE_DISCOVERY)) in gatt_end_operation()
2174 (*p_disc_cmpl_cb)(conn_id, disc_type, status); in gatt_end_operation()
2179 operation, p_disc_cmpl_cb, p_cmpl_cb); in gatt_end_operation()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h593 tGATT_DISC_CMPL_CB *p_disc_cmpl_cb; member