Home | History | Annotate | Download | only in gatt

Lines Matching refs:operation

1177     if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
1234 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
2116 UINT8 op = p_clcb->operation, disc_type=GATT_DISC_MAX;
2119 UINT8 operation;
2122 status, p_clcb->operation, p_clcb->op_subtype);
2124 if (p_cmpl_cb != NULL && p_clcb->operation != 0)
2126 if (p_clcb->operation == GATTC_OPTYPE_READ)
2135 if (p_clcb->operation == GATTC_OPTYPE_WRITE)
2153 if (p_clcb->operation == GATTC_OPTYPE_CONFIG)
2156 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)
2167 operation = p_clcb->operation;
2179 operation, p_disc_cmpl_cb, p_cmpl_cb);
2214 if (p_clcb->operation != GATTC_OPTYPE_NONE)
2248 ** Returns UINT8 *: name of the operation.