OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_DATABASE_LOCKED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
44
* <code>OBEX_DATABASE_FULL</code> and <code>
OBEX_DATABASE_LOCKED
</code> require
48
* more data). <code>
OBEX_DATABASE_LOCKED
</code> will be returned when the
317
* The value of <code>
OBEX_DATABASE_LOCKED
</code> is 0xE1 (225).
319
public static final int
OBEX_DATABASE_LOCKED
= 0xE1;
ServerSession.java
699
&& (code <= ResponseCodes.
OBEX_DATABASE_LOCKED
)) {
Completed in 28 milliseconds