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.c2024 …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
2079 if (p_disc_cmpl_cb && (op == GATTC_OPTYPE_DISCOVERY)) in gatt_end_operation()
2080 (*p_disc_cmpl_cb)(conn_id, disc_type, status); in gatt_end_operation()
2085 operation, p_disc_cmpl_cb, p_cmpl_cb); in gatt_end_operation()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h581 tGATT_DISC_CMPL_CB *p_disc_cmpl_cb; member