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