Searched refs:READ_SUCCESS (Results 1 – 4 of 4) sorted by relevance
158 Consts.READ_SUCCESS : Consts.READ_WRONG_KEY; in read()180 final byte[] data = (result == Consts.READ_SUCCESS) ? mValue : sRemainingBackoff; in read()
26 public static final byte READ_SUCCESS = 0x00; field in Consts
200 if (err == Consts.READ_SUCCESS) { in read()
340 const uint8_t READ_SUCCESS = 0x00; in ese_weaver_read() local