Home | History | Annotate | Download | only in gatt

Lines Matching refs:rt

139     UINT8   rt = GATT_INTERNAL_ERROR;
207 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg);
209 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED))
211 gatt_end_operation(p_clcb, rt, NULL);
227 UINT8 rt = GATT_SUCCESS, op_code = 0;
237 rt = gatt_send_write_msg(p_tcb,
251 rt = gatt_send_write_msg(p_tcb,
270 rt = GATT_INTERNAL_ERROR;
276 rt = GATT_INTERNAL_ERROR;
278 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
279 || (rt != GATT_CMD_STARTED && p_clcb->op_subtype == GATT_WRITE_NO_RSP))
281 if (rt != GATT_SUCCESS)
285 gatt_end_operation(p_clcb, rt, NULL);
299 UINT8 rt ;
303 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag);
305 if (rt != GATT_SUCCESS)
307 gatt_end_operation(p_clcb, rt, NULL);
366 UINT8 rt = GATT_SUCCESS;
385 rt = gatt_send_write_msg(p_tcb,
396 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)
398 gatt_end_operation(p_clcb, rt, NULL);