Home | History | Annotate | Download | only in gatt

Lines Matching refs:GATT_SUCCESS

118         if (st !=  GATT_SUCCESS && st != GATT_CMD_STARTED)
124 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
209 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED))
227 UINT8 rt = GATT_SUCCESS, op_code = 0;
278 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
281 if (rt != GATT_SUCCESS)
305 if (rt != GATT_SUCCESS)
340 p_clcb->status = GATT_SUCCESS;
366 UINT8 rt = GATT_SUCCESS;
396 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)
535 status = GATT_SUCCESS;
594 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p_clcb->p_attr_buf);
634 p_clcb->status = GATT_SUCCESS;
876 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p);
891 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
959 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p);
989 gatt_end_operation(p_clcb, GATT_SUCCESS, (void *)p_clcb->p_attr_buf);
1038 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
1053 tGATT_STATUS status = GATT_SUCCESS;
1105 tGATT_STATUS att_ret = GATT_SUCCESS;
1113 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED)
1129 if (att_ret == GATT_SUCCESS)