Searched refs:att_ret (Results 1 – 2 of 2) sorted by relevance
455 tGATT_STATUS att_ret = GATT_SUCCESS; in attp_cl_send_cmd() local465 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd); in attp_cl_send_cmd()466 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS) in attp_cl_send_cmd()476 att_ret = GATT_INTERNAL_ERROR; in attp_cl_send_cmd()480 att_ret = GATT_CMD_STARTED; in attp_cl_send_cmd()485 att_ret = GATT_ERROR; in attp_cl_send_cmd()487 return att_ret; in attp_cl_send_cmd()
1110 tGATT_STATUS att_ret = GATT_SUCCESS; in gatt_cl_send_next_cmd_inq() local1116 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd->p_cmd); in gatt_cl_send_next_cmd_inq()1118 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED) in gatt_cl_send_next_cmd_inq()1134 if (att_ret == GATT_SUCCESS) in gatt_cl_send_next_cmd_inq()1139 gatt_end_operation(p_clcb, att_ret, NULL); in gatt_cl_send_next_cmd_inq()