Searched refs:p_disc_cmpl_cb (Results 1 – 2 of 2) sorted by relevance
2117 …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() local2173 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()
593 tGATT_DISC_CMPL_CB *p_disc_cmpl_cb; member