Searched refs:p_disc_cmpl_cb (Results 1 – 2 of 2) sorted by relevance
1186 tGATT_DISC_CMPL_CB* p_disc_cmpl_cb = in gatt_end_operation() local1187 (p_clcb->p_reg) ? p_clcb->p_reg->app_cb.p_disc_cmpl_cb : NULL; in gatt_end_operation()1233 if (p_disc_cmpl_cb && (op == GATTC_OPTYPE_DISCOVERY)) in gatt_end_operation()1234 (*p_disc_cmpl_cb)(conn_id, disc_type, status); in gatt_end_operation()1241 operation, p_disc_cmpl_cb, p_cmpl_cb); in gatt_end_operation()
591 tGATT_DISC_CMPL_CB* p_disc_cmpl_cb; member