OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OAP_TAGID_NEW_MESSAGE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java
43
protected static final byte
OAP_TAGID_NEW_MESSAGE
= 0x0d;
BluetoothMasRequestGetMessagesListing.java
126
mNewMessage = ((oap.getByte(
OAP_TAGID_NEW_MESSAGE
) & 0x01) == 1);
Completed in 170 milliseconds