Home | History | Annotate | Download | only in gatt

Lines Matching refs:operation

2023     UINT8               op = p_clcb->operation, disc_type=GATT_DISC_MAX;
2026 UINT8 operation;
2029 status, p_clcb->operation, p_clcb->op_subtype);
2031 if (p_cmpl_cb != NULL && p_clcb->operation != 0)
2033 if (p_clcb->operation == GATTC_OPTYPE_READ)
2042 if (p_clcb->operation == GATTC_OPTYPE_WRITE)
2060 if (p_clcb->operation == GATTC_OPTYPE_CONFIG)
2063 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)
2074 operation = p_clcb->operation;
2085 operation, p_disc_cmpl_cb, p_cmpl_cb);
2118 if (p_clcb->operation != GATTC_OPTYPE_NONE)
2153 ** Returns UINT8 *: name of the operation.