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) )
401 tGATT_STATUS err = GATT_SUCCESS;
440 != GATT_SUCCESS)
463 if (err == GATT_SUCCESS)
491 if (err == GATT_SUCCESS)
493 gatt_sr_process_app_rsp(p_tcb, gatt_cb.sr_reg[i_rcb].gatt_if ,trans_id, op_code, GATT_SUCCESS, p_msg);
511 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY)
592 status = GATT_SUCCESS;
674 status = GATT_SUCCESS;
703 tGATT_STATUS reason = GATT_SUCCESS;
774 if (reason == GATT_SUCCESS)
784 if (reason == GATT_SUCCESS)
814 if (reason != GATT_SUCCESS)
845 if (reason == GATT_SUCCESS)
877 reason = GATT_SUCCESS;
889 if (reason != GATT_SUCCESS)
1002 if (reason == GATT_SUCCESS)
1054 reason = GATT_SUCCESS;
1056 if (ret != GATT_SUCCESS && ret != GATT_NOT_FOUND)
1068 if (reason != GATT_SUCCESS)
1141 if (status == GATT_SUCCESS)
1227 if (reason != GATT_SUCCESS)
1310 status = GATT_SUCCESS;
1320 if (status != GATT_SUCCESS && op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE)