Home | History | Annotate | Download | only in gatt

Lines Matching refs:GATT_SUCCESS

119         if (st !=  GATT_SUCCESS && st != GATT_CMD_STARTED)
125 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
210 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED))
228 UINT8 rt = GATT_SUCCESS, op_code = 0;
279 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
282 if (rt != GATT_SUCCESS)
306 if (rt != GATT_SUCCESS)
341 p_clcb->status = GATT_SUCCESS;
367 UINT8 rt = GATT_SUCCESS;
397 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)
536 status = GATT_SUCCESS;
595 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p_clcb->p_attr_buf);
635 p_clcb->status = GATT_SUCCESS;
877 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p);
892 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
960 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p);
990 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p_clcb->p_attr_buf);
1039 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
1054 tGATT_STATUS status = GATT_SUCCESS;
1107 tGATT_STATUS att_ret = GATT_SUCCESS;
1115 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED)
1131 if (att_ret == GATT_SUCCESS)