Home | History | Annotate | Download | only in gatt

Lines Matching refs:GATT_SUCCESS

145     if (status == GATT_SUCCESS)
265 tGATT_STATUS ret_code = GATT_SUCCESS;
276 return(GATT_SUCCESS);
280 if (op_code == GATT_REQ_PREPARE_WRITE && status == GATT_SUCCESS)
283 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS)
289 && status == GATT_SUCCESS)
303 if ( (p_tcb->sr_cmd.status == GATT_SUCCESS) && (p_tcb->sr_cmd.p_rsp_msg) )
400 tGATT_STATUS err = GATT_SUCCESS;
439 != GATT_SUCCESS)
462 if (err == GATT_SUCCESS)
490 if (err == GATT_SUCCESS)
492 gatt_sr_process_app_rsp(p_tcb, gatt_cb.sr_reg[i_rcb].gatt_if ,trans_id, op_code, GATT_SUCCESS, p_msg);
510 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY)
591 status = GATT_SUCCESS;
673 status = GATT_SUCCESS;
702 tGATT_STATUS reason = GATT_SUCCESS;
773 if (reason == GATT_SUCCESS)
783 if (reason == GATT_SUCCESS)
813 if (reason != GATT_SUCCESS)
844 if (reason == GATT_SUCCESS)
876 reason = GATT_SUCCESS;
888 if (reason != GATT_SUCCESS)
1003 if (reason == GATT_SUCCESS)
1055 reason = GATT_SUCCESS;
1057 if (ret != GATT_SUCCESS && ret != GATT_NOT_FOUND)
1069 if (reason != GATT_SUCCESS)
1145 if (status == GATT_SUCCESS)
1231 if (reason != GATT_SUCCESS)
1314 status = GATT_SUCCESS;
1324 if (status != GATT_SUCCESS && op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE)